Friends list and other user profiles -- Majority of the screens/logic used for this user story is already made, code just needs to be copy-pasted in order for us to view other users.
Habit Events: Right now, we can record a habit and have it appear in our "records" tab when we view habit. Nothing else is implemented. An urgent issue is the creation of the actual "progress" tracking aspect of this. When we click record we should remove the clickable checkmark from the habit and add the record for the day/update our progressbar/streak.
Image Storage: FirebaseFirestore does not allow us to store files up to a useful size. FirestoreFirebase however does. We will need to use the two databases.
Most Important/Vital stories for the sprint:
Friends list and other user profiles -- Majority of the screens/logic used for this user story is already made, code just needs to be copy-pasted in order for us to view other users.
Habit Events: Right now, we can record a habit and have it appear in our "records" tab when we view habit. Nothing else is implemented. An urgent issue is the creation of the actual "progress" tracking aspect of this. When we click record we should remove the clickable checkmark from the habit and add the record for the day/update our progressbar/streak.
Image Storage: FirebaseFirestore does not allow us to store files up to a useful size. FirestoreFirebase however does. We will need to use the two databases.