stevenli39 / CPSC-455-QuantReady

0 stars 2 forks source link

Scrum Report 6 #67

Open angadns opened 1 year ago

angadns commented 1 year ago

Angad Sudarsan (a6e2b)

What did you work on this past iteration (2 weeks)? I worked on fixing some details and formatting the question history.

What were any major issues/challenges you ran into? Since the website is already deployed setting up a test environment was new and tricky.

What do you plan to work on for this coming iteration (2 weeks)? I would work on cleaning our data a little further and reorganising it so that we are also able to measure a user's accuracy

armaghannaveed commented 1 year ago

Armaghan Naveed (k9x2b)

What did you work on this past iteration (2 weeks)? I completed our stretch goals for having a comment box. i built both its front and backend

What were any major issues/challenges you ran into? The biggest challenge was to mediate between different people to debug or introduce a new feature in the future.

What do you plan to work on for this coming iteration (2 weeks)? I am planning on setting up a definitions page and continue to improve its front end.

annieliu10 commented 1 year ago

Annie Liu (p6x2b)

What did you work on this past iteration (2 weeks)? I changed the questions page so now it supports different question types and grouped question into different categories such as short answers, multiple choice, true/false, etc.

What were any major issues/challenges you ran into? The biggest challenge was to make sure there weren't any merge conflicts since multiple people were working on the same page/changes at times.

What do you plan to work on for this coming iteration (2 weeks)? I would work on adding additional functionalities such as adding the interactive learning activities.

stevenli39 commented 1 year ago

Steven Li (i0z2b)

What did you work on this past iteration (2 weeks)?

We encountered authentication problems due to deploying our frontend and backend on separate domains. This resulted in an inability to set cookies from the backend onto the frontend. During a significant portion of this sprint, I focused on debugging this issue. Eventually, I found a solution: by utilizing a custom domain name and configuring the backend API as a subdomain of the frontend, I successfully resolved the issue. I also worked on adding a reducer for the user, so that once a user is logged in, they're information is placed in the store and can be referenced across all pages of the application. Also, I completed the profile page by adding the ability to edit profile information and added the "role" field.

What were any major issues/challenges you ran into? Getting all the changes in by the deadline. There were some last minute changes that caused issues and they had to be reverted.

What do you plan to work on for this coming iteration (2 weeks)? I plan on working on adding the ability to upload a profile picture for the user, which can be utilized in the comments feature. I would also like to work on fixing visual deficiencies when a user reloads caused by improperly utilizing React state.

yassersan commented 1 year ago

What did you work on this past iteration (2 weeks)?

Finalizing the design of the front end. Adding animations to the homepage

What were any major issues/challenges you ran into?

Making some of the animations responsive to screen size changes

What do you plan to work on for this coming iteration (2 weeks)?

Designing the profile page better and merging it with the progress page