[
https://issues.apache.org/jira/browse/COUCHDB-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikolai Teofilov updated COUCHDB-1011:
--------------------------------------
Attachment: COUCHDB-1011.patch
Thanks for the comments.
I modify the patch accordingly to code style convention and correct the typo.
The point behind the line + if ( resp.history == null || resp._local_id) { is
to distinguish between the replication by doc ids and continuos replication
and display the the type of the triggered replication on the footer in the
event table:
+ .text((resp._local_id)? "Continuous replication" :
+ "Named document replication");
You can try this next week and if you don't like it i can change it. I think
the event messages are a bit more consistent in this way.
I am somehow not quite sure about the error messages so if you have better idea
let me know. I also tried to use the input placeholder for the validation and
error messages but this involve more code and somewhat strange user experience.
> Add replication by doc-IDs to Futon
> -----------------------------------
>
> Key: COUCHDB-1011
> URL: https://issues.apache.org/jira/browse/COUCHDB-1011
> Project: CouchDB
> Issue Type: New Feature
> Components: Futon
> Reporter: Filipe Manana
> Priority: Minor
> Attachments: COUCHDB-1011.patch
>
>
> Currently Futon doesn't allow users to trigger replications by doc-IDs.
> This would be a nice addition and a good starting point for new contributors.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.