A list of To Dos! - eyecuelab/walkertreker GitHub Wiki
Lots to do!
- Update UI: Talk to Rick. For example:
- add texture to buttons and modals
- fix formatting
- campaign day summary screens need cleaner consistent look.
- grey buttons could be a different color?
- Rick talked about doing cool animations for events.
-
Figure out End-Game logic: does it work? The code exists (look in walkertrekker-api), but we were never able to run through it and test it.
-
Add content to the About section. Currently the component exists for it, but it has no content and it is not hooked up to the button. Consider changing location of access to about section.
-
Figure out how a player dies: is it if they don't make it to the safehouse? Is it after their health hits 0? Is there code set up to handle this?
-
Make exit-game options for the game host during campaign staging (search code for "abandon" and you will find relevant code). Make abandon-game options while in active campaign.
-
Enable use of avatars (search code for "avatars" and you will find relevant code)
-
Lint-staged, husky, and pre-commit hooks added. All files need to be cleaned to pass linter rules.
-
Background task added with task manager scheduling, logic needed to get steps from phone, update server data, evaluate step count against daily step goal and "reach the safe-house" at the end of day.
-
Add improved navigation options between menus (swipe/gesture-based?)
-
Add events with longer arcs?