CMPUT301F21T04 / Habitize

A Habit tracking application made in Android Studio and Firebase for CMPUT 301
6 stars 2 forks source link

Sprint Plan November 19 - November 23 #78

Open sfedykua opened 2 years ago

sfedykua commented 2 years ago

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.

rpawliuk commented 2 years ago

Progress bar, streaks, and fixing the xml files

rachelraso commented 2 years ago

public vs private habits

rachelraso commented 2 years ago

Finish up all tests too!

sfedykua commented 2 years ago

Working on Image Storage. Will switch to a more urgent issue once needed.