Github user kxepal commented on the pull request:

    https://github.com/apache/couchdb/pull/221#issuecomment-43529578
  
    Ok, here what we have:
    [+] Selected docs remains selected on page navigation
    [+] Selected docs remains selected on query params change (wow!) - that's 
useful especially for change sorting, include docs, and keys
    [-] Access to secondary indexes is broken. Error in Firefox console:
    TypeError: this.bulkDeleteDocsCollection is undefined
    
    
    Wish: can I select document by click on it's row in addition to direct hit 
on checkbox? it would simplify selection a lot.
    
    Wish: is it possible to preserve selection for browser history navigation? 
Case: you selects few dozen documents and suddenly clicks on something (to open 
doc editor for instance). When you get back, all your selection is lost.
    
    Wish: on deletion of multiple docs the dialogue says: "Are you sure you 
want to delete these 23 docs?" Cool, but which ones? How about to show there 
the list of selected doc ids? Yes, it could be long, so probably you would 
happy to limit it by some reasonable value like 50 or 100 - I'm not sure that 
anyone would validate such long list of ids by eyes, but as for small amount of 
ids it would be very useful. The rule is the same as for database deletion, but 
without asking to enter all deleted docs ids, just allow user to validate them 
to be sure about the operation.
    
    Wish: undo button (: 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to