Connect-The-Dots / ConnectTheDots

'Connect the Dots' is an anonymous social web application that allow anonymous users to pour out those annoying issues (secrets, stress, trouble or persistence,etc) without any concerns and pass their love and warmth to others.
1 stars 1 forks source link

Scrum Report5 #5

Open tgloverxi opened 3 years ago

tgloverxi commented 3 years ago

Wenxi Li (v6l1b): (1) what you’ve worked on in the previous two weeks

I have deployed both the front end and backend of our web app and set the GitHub Actions for auto deploy. Also I've refined diary-related functions(part of our standard requirements)

(2) what you’ll be working on in the next two weeks

I will work on the documents and code cleanliness and prepare for the final presentation.

(3) where you might have gotten stuck during the last two weeks

Was stuck figuring out how to set up the GitHub Actions to let one workflow triggered after one workflow finished.

younglll-lab commented 3 years ago

Yang Liu (f3i2b): (1) what you’ve worked on in the previous two weeks

I have made some changes to the account page and try to finish the backend part of the chat feature

(2) what you’ll be working on in the next two weeks

I will keep working on the chat feature

(3) where you might have gotten stuck during the last two weeks

I was stuck on how to make the chat private

jiapeiyu-0103 commented 3 years ago

Jiapei Yu (g2s1b): (1) what you’ve worked on in the previous two weeks

I have made some changes to the data page which connects to the person who login and try to finish the front part of the chat feature

(2) what you’ll be working on in the next two weeks

I will keep working on the chat feature, clean up the code, refecor, delete commented out codes add comment.

(3) where you might have gotten stuck during the last two weeks

I was stuck on how to use socket io for implementing the chat

eddydinh commented 3 years ago

Eddy Dinh(r8u2b): (1) what you’ve worked on in the previous two weeks

I have worked on the back end for Tree Hole features, add comments and refractor my front-end codes, did some debugging after the application is deployed for my work.

(2) what you’ll be working on in the next two weeks

I will refractor the back-end, solve a race condition for when the users simultaneously add replies to a thread, and look into enviroment variable to decide the SERVER URL for production and development.

(3) where you might have gotten stuck during the last two weeks

Was stuck in the media handle for when the application is deployed on Heroku. However, using the heroku logs I was able to debug it.