eddydinh / ConnectTheDots

CPSC 455's project of Group ConnectTheDots
0 stars 0 forks source link

Scrum Report 4 #33

Open eddydinh opened 3 years ago

eddydinh commented 3 years ago

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

younglll-lab commented 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

tgloverxi commented 3 years ago

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.

jiapeiyu-0103 commented 3 years ago

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.