lukeware / solid-dragons

WATS 4020 Summer 2020 Project Team
MIT License
0 stars 1 forks source link

Issue: User check in #9

Open johnhu opened 4 years ago

johnhu commented 4 years ago

User Story: Check In

URL: https://github.com/lukeware/solid-dragons/wiki/John-User-check-in

Size: Medium I chose this story because it provides a basic user generated feature. Being able to make a note of which trails a user has visited builds a sense of accomplishment in having something to show in their profile. Additionally the number of check ins displayed on the trail page will show the popularity of the trail. It allows me to test out caching data on the site at an early stage.

johnhu commented 4 years ago

Task branch name: check-in Brief statement of work performed: Added trail page with check in button toggle, and user profile page with check in list. Javascript for the functions was added into main.js and a css selector for the check in list display. The button functions as expected. Have not gotten to complete local storage features for storing check in status. The user profile will not respond to the check-in status that is supposedly stored locally.