stevenli39 / CPSC-455-QuantReady

0 stars 2 forks source link

Scrum Report 2 #12

Open stevenli39 opened 1 year ago

stevenli39 commented 1 year ago

Steven Li (i0z2b)

What did you work on this past iteration (2 weeks)? Bootstrapped the project by installing necessary dependencies and configuring context for styling. Implemented the routing functionality, nav-bar component and initial front-end for the login page.

What were any major issues/challenges you ran into? Initially faced issues setting up material ui and ran into issues with "missing context" errors and missing dependencies. Unblocked myself through searching on GitHub issues and stack-overflow. Although I've used react-router in the past, I've never had to do the set-up, so I had to read documentation.

What do you plan to work on for this coming iteration (2 weeks)? I will be working on integrating Google OAuth into our application for the login functionality. This will involve the initial set-up for our backend and database. I will be digging into Google's documentation for working with the Auth APIs.

yassersan commented 1 year ago

What did you work on this past iteration (2 weeks)? Designed the home page components (Buttons, Grids, etc..) and front-end design for front end

What were any major issues/challenges you ran into? I have never used materialUI before. I had to spend some time familiarizing myself with that library in order to use it effectively

What do you plan to work on for this coming iteration (2 weeks)? I will unify the front-end design across all website pages. And I will be creating the profile page, where users view their personal info

annieliu10 commented 1 year ago

What did you work on this past iteration (2 weeks)? I worked on designing the questions page including components such as the search bar, questions list, correct answers, etc using material ui.

What were any major issues/challenges you ran into? There were small bugs that I had to fix such as when you switch from one question to the next, the correct answer from the previous question would not disappear so I had to fix things like that.

What do you plan to work on for this coming iteration (2 weeks)? I will write the API endpoints for the questions, as well as updating the questions page to include different questions type, and also think about the DB schema for the questions.

armaghannaveed commented 1 year ago

Armaghan Naveed (k9x2b)

What did you work on this past iteration (2 weeks)? I created the about us page, including all information/pictures of all the members. I also communicated with the UBC Trading Group Team to collect questions and formatted them.

What were any major issues/challenges you ran into? I've never worked with material UI, so learning it was fun and challenging at the same time. I had some minor issues with formatting but I think I got the hang of it.

What do you plan to work on for this coming iteration (2 weeks)? I'll be working on implementing a Notes feature for our app and setting up the redux for our project for that component. I'll also be working on designing the Q format.