srujanr40 / dogfish

CPSC 455 Project
3 stars 0 forks source link

Workshop 2 Scrum Report #12

Open srujanr40 opened 1 year ago

srujanr40 commented 1 year ago
  1. What did you work on this past iteration (2 weeks)?
  2. What were any major issues/challenges you ran into?
  3. What do you plan to work on for this coming iteration (2 weeks)?
edvinkeskin commented 1 year ago

Scrup Report for Edvin Keskin x9g3b

  1. Made a reducer with initialized sample data which is used on the dashboard and joined session component, turned list items in dashboard to dynamic variables, created join session component.
  2. I didn't understand Redux as well as I thought I did so I had to do some learning and reading samples
  3. Implement chatbox, revise JoinSession UI, redux work, if time create some API commands
srujanr40 commented 1 year ago

Srujan Rao k1w2b

  1. Set up boilerplate code for the React app and worked on a component with forms to let users create a new sports session.
  2. The syntax for inline styling with material UI isn't always consistent with CSS and lead to some conflicts.
  3. Add a date/time picker to the create session component, help sync up all instances of session with the redux store, set up a consistent theme for the UI
ksridar commented 1 year ago

Krish Sridar t7w2b

  1. Setup folder and component structure, routing, initial style theme, implemented a basic dashboard with a navbar component that nests the other components such as SessionsList, FeaturedCard, CreateSession
  2. Creating consistent styling between custom components and premade components from MaterialUI
  3. Use Redux to implement basic data persistence functionality in the dashboard, and assist in integrating Google Maps API and auth methods
rkelly123 commented 1 year ago

Rory Kelly v7y2b

  1. Helped setup and plan out project structure. Began implementing the more info react component and related redux store.
  2. I had some difficulties figuring out Material UI that slowed down my styling efforts. I am continuing to try to figure these issues out.
  3. For this coming iteration, I plan on styling the components that I created last iteration, working on the redux store so that sport sessions are properly represented across all components of the app, and I might start working on setting up the backend API.
Taqdeer commented 1 year ago

Taqdeer Grewal e2k1l

  1. Implemented the Update profile component ( also set up initial state with some sample data in reducer - thus, used redux to implement this component), refactored Update Image component and modified the nav bar routing. Did code reviews of the fellow group partners.
  2. Had difficulties with material UI as its version and node's version was not compatible. Also had some difficulties in styling the image component.
  3. For coming iteration, I will implement the filters on top of the page such that if users want to see only soccer sport sessions then only those should appear on the dashboard - for this I will be setting up some sample data. I will improve the styling of the website. I will also come up with designs for the rest of the pages. If time permitted, I will also be introducing thunks and implement GET api call to do this action.