dshepsis / OkamiMap

Resource for the locations of items and other objects in the video game Okami
https://dshepsis.github.io/OkamiMap/
1 stars 1 forks source link

Completion / Checking off items on the map #16

Open dshepsis opened 3 years ago

dshepsis commented 3 years ago

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.

zysim commented 3 years ago

localStorage?

dshepsis commented 3 years ago

Yeah, my mistake.

zysim commented 3 years ago

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 commented 3 years ago

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.