-
Notifications
You must be signed in to change notification settings - Fork 1
Sprint 1 plans
Christian M. Garcia edited this page Feb 26, 2018
·
9 revisions
As a user, I want to create an account so that I have streamlined functionality as either a customer or administrator
1) Develop UI to create a user or administrator account and login with it
2) Set up user authentication with Firebase
3) Test authentication and verify functionality
4) Redirect user to index.html after successful login attempt
1) Create database tables to manage stalls, payment status, and time purchased
2) Fill the database with stall information and default statuses set to unpaid
3) Run a simulation that changes stall information to paid and show how long it was paid for
4) Point purchased stall to the specific user that purchased time there
1) Create UI to display user's purchased stall and show time left
2) Add functionality to purchase extended time and assure database can see this extension
3) Assure extension hits the database by refreshing the UI to reflect new purchased time