ilri / ckm-cgspace-mass-tweeter

A tool to mass-tweet CGSpace entries to twitter, also providing the status of each entry as being tweeted or not.
Other
1 stars 2 forks source link

Better Items selection #24

Open tsega opened 8 years ago

tsega commented 8 years ago

Right now selection is tightly coupled with the state of checkboxes in the UI and refreshing a page or navigating to another page clears the selection.

Ideally, however they should not be cleared unless the user clears them. Selecting an items should set values of a field in that document. e.g. isSelected: true | false.

This implementation will not need the use of checkboxes and would get rid of the clicking bug on iOS as well. Related to #21

tsega commented 8 years ago

This should keep track of selected items in the database.