Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Better Items selection #24

Open
tsega opened this issue Feb 1, 2016 · 1 comment
Open

Better Items selection #24

tsega opened this issue Feb 1, 2016 · 1 comment
Assignees
Labels

Comments

@tsega
Copy link
Contributor

tsega commented Feb 1, 2016

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 tsega added the task label Feb 1, 2016
@tsega tsega self-assigned this Feb 1, 2016
tsega added a commit to tsega/ckm-cgspace-mass-tweeter that referenced this issue Feb 11, 2016
tsega added a commit that referenced this issue Feb 11, 2016
Changed checkboxes to checkbox icons. Closes #21 Related #24
@tsega tsega added wishlist and removed task labels Mar 11, 2016
@tsega
Copy link
Contributor Author

tsega commented Apr 20, 2016

This should keep track of selected items in the database.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant