Open eddydinh opened 3 years ago
Yang Liu (f3i2b): (1) what you’ve worked on in the previous two weeks
I have implemented the back-end part and database support for the account page and login page
(2) what you’ll be working on in the next two weeks
I will work on the back end and database functionalities for data and other features with other teammates
(3) where you might have gotten stuck during the last two weeks
I did not get stuck during the last two weeks
Wenxi Li (v6l1b): (1) what you’ve worked on in the previous two weeks
I have implemented the back end and database support for the diary-related functionalities, which including add diary entry, favorite diary entry, filter diary entry by date and deleter the diary entry.
(2) what you’ll be working on in the next two weeks
I will work on the back end and database functionalities for remaining diary-related functionalities, which including edit diary and filter diary by keyword. Moreover, I will refine the front-end design and refactor the code and help to deploy our website.
(3) where you might have gotten stuck during the last two weeks
Was stuck figuring out the how to save the media files (pics, videos, audios) in the mongodb, finally resolved by using firebase.
Jiapei Yu (g2s1b): (1) what you’ve worked on in the previous two weeks
I have implemented the back end and database support for the data summary of diary within one month. I also changed the implementation of data summary’s front end. I used to use d3 but I changed to chart.js.
(2) what you’ll be working on in the next two weeks
I will work on the back end and database functionalities for chat(instance talk).
(3) where you might have gotten stuck during the last two weeks
I was stuck figuring out how to set the tags correctly, since I have more than 20 tags. I used to create 20 states and set state once the counting is increment. After debugging, I realized that I used too many states; instead, I should use one object which can contain 20 tags. And then I was stuck figuring how to correctly increment the counting for each tag and pass the value to next page.
Eddy Dinh (r8u2b): (1) what you’ve worked on in the previous two weeks
I have implemented the back end and database support for the audio, video, and image upload functionalities, send bottles, collect bottles, delete sent bottles and collected bottles, add replies for Drift Bottle
(2) what you’ll be working on in the next two weeks
I will work on the back end and database functionalities for Tree Hole as well as connect Message Features to Account information.
(3) where you might have gotten stuck during the last two weeks
Was stuck figuring out the re-render of replies but after a few hours of debugging I was able to resolve it