stevenli39 / CPSC-455-QuantReady

0 stars 2 forks source link

Scrum Report 3 #25

Open stevenli39 opened 1 year ago

stevenli39 commented 1 year ago

Steven Li (i0z2b)

What did you work on this past iteration (2 weeks)? I worked on configuring the backend express server and our MongoDB database with Mongoose. I worked with Passport.js to implement authentication with Google OAuth 2.0. I added a "User" model and collection to our DB that stores information retrieved from Google including GoogleID, email, first name and last name.

What were any major issues/challenges you ran into? I mostly had to read a lot of documentation about the google developer console, passportJS, mongoose and MongoDB to understand how to configure and connect everything properly. I also had to resolve errors that I had never seen before and that involved scouring through different discussion boards like stack overflow.

What do you plan to work on for this coming iteration (2 weeks)? I will be working on adding a User reducer to the frontend, so we can preserve the state of the user across different pages as there's fields like "isAdmin" and "role" that will be important for other components. In addition, I will be working on the problem list and display component to make it more intuitive for users.

armaghannaveed commented 1 year ago

Armaghan Naveed (k9x2b)

What did you work on this past iteration (2 weeks)? I work on the backend for the redux implementation.

What were any major issues/challenges you ran into? I faced some merging issues. THere was a slight miscommunication on which branch to use, which led to some added effort to make corrections.

What do you plan to work on for this coming iteration (2 weeks)? I'll be working on adding questions to the back end and would also be working on improving the layout of the website. I'm also planning on adding extra features to the website (like a definition tab).

annieliu10 commented 1 year ago

Annie Liu (p6x2b)

What did you work on this past iteration (2 weeks)? I worked on creating the CRUD endpoints in the backend and tested using Postman.

What were any major issues/challenges you ran into? There weren't many issues I ran into. The creation of the endpoints was pretty straightforward and it's very testable with Postman.

What do you plan to work on for this coming iteration (2 weeks)? I'll be working on hooking the endpoints up to the database and also creating an admin page in the frontend so the admin can submit, update and delete questions which calls the backend.

angadns commented 1 year ago

Angad Sudarsan (a6e2b)

  1. What did you work on this past iteration (2 weeks)? I worked on building the scratchpad component and also setting up and connecting it to the redux implementation.

  2. What were any major issues/challenges you ran into? The code itself did not have too many issues but pushing the code to git was a little confusing. I am still getting the hang of working with Git Hub.

  3. What do you plan to work on for this coming iteration (2 weeks)? I'll be working on connecting the Question History page to the server and making sure it is updated correctly in the defined use cases

yassersan commented 1 year ago

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

I worked on unifying the front-end design for the website and working on the profile page

What were any major issues/challenges you ran into?.

I had some personal issues so I couldn’t finish the design and the profile page

What do you plan to work on for this coming iteration (2 weeks)? I will be finishing what I was meant to finish for the past iteration, and see if anyone needs any help I can take over