From a4700824263b014642db22312fbb9b232f934387 Mon Sep 17 00:00:00 2001 From: ChrisWoolson Date: Wed, 4 Dec 2024 14:17:43 -0800 Subject: [PATCH] added contributions --- team/contributions/contrib_chriswoolson.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 team/contributions/contrib_chriswoolson.md diff --git a/team/contributions/contrib_chriswoolson.md b/team/contributions/contrib_chriswoolson.md new file mode 100644 index 0000000..4179fc7 --- /dev/null +++ b/team/contributions/contrib_chriswoolson.md @@ -0,0 +1,13 @@ +My main contribution towards the project has been the database. At first the database was a Firebase Realtime Database. I created the database, structure and functions to use towards the frontend for this. Later, we descided to switch to Firebase Firestore. I set this database up as well as well as making most of the service file functions. + +These aspects may be underrepresented in the github commits. + +I also worked fixing bugs: +- Blank Screen +- Duplicate Key error + +I added a loading animation for the home screen + +I created the frontend (and backend) for adding friends through the search page. + +I added a refresh function for the home and workout page by swiping down on the list. \ No newline at end of file