Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion / Checking off items on the map #16

Open
dshepsis opened this issue Apr 29, 2021 · 4 comments
Open

Completion / Checking off items on the map #16

dshepsis opened this issue Apr 29, 2021 · 4 comments
Labels
Leaflet Map Pertaining to the leaflet map To Do Planned to be implemented

Comments

@dshepsis
Copy link
Owner

Users should be able to toggle a checkmark or other mark of completion on each "thing" on the map. This would probably be stored in cookies or localDB or something like that.

@dshepsis dshepsis added To Do Planned to be implemented Leaflet Map Pertaining to the leaflet map labels Apr 29, 2021
@zysim
Copy link
Contributor

zysim commented Jun 6, 2021

localStorage?

@dshepsis
Copy link
Owner Author

dshepsis commented Jun 6, 2021

Yeah, my mistake.

@zysim
Copy link
Contributor

zysim commented Jun 7, 2021

How should we even do this btw? Items show the popup currently so like, do we have a control element that toggles between showing item info and checking things off? Best mobile-friendly thing I can come up with rn

@dshepsis
Copy link
Owner Author

dshepsis commented Jun 8, 2021

I'm still not 100% sure on the mobile interface - I designed it to work well in portrait, but landscape needs a different layout I think. As for how to have a check system, I was thinking it would just be an extra column on the table labelled "Collected?" with a checkbox on each row, maybe with the extra option of long-pressing anywhere on the row to check it off. If the checkbox is checked, the whole row would have strikethrough except the "Image" Column.

We might want to add an "Options/Settings" panel somewhere, maybe linked in the footer, to let users control the visibility of this column, or to do things like uncheck all checkboxes. We could also use this for other things in the future like language or displaying the map.

Overall I consider this feature a p low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Leaflet Map Pertaining to the leaflet map To Do Planned to be implemented
Projects
None yet
Development

No branches or pull requests

2 participants