srujanr40 / dogfish

CPSC 455 Project
3 stars 0 forks source link

Workshop 3 scrum report #27

Open Taqdeer opened 1 year ago

Taqdeer commented 1 year ago

Taqdeer Grewal e2k1l

  1. Implemented the Carousel component, set up the server side, refactored client side and server side into separate directories, implemented two get endpoints using redux thunks - one endpoint gets all the sessions from the backend and one filters outdoor and indoor sports (also came up with design prototypes but they will not be used as per team's consensus).
  2. Not any technical difficulties. However, was caught up with some personal issues, so completed the above tasks last minute.
  3. For coming iteration, I will use google map api to show the map on Join Sessions page. Will also redesign the More info component. If time permitted, I will implement Sign up page.
edvinkeskin commented 1 year ago

Scrup Report for Edvin Keskin x9g3b

  1. Created a chatbox with reducer functionality, bug fixes
  2. I had problems setting up reducers for the chatbox as initially the action would not work and not display new text messages on the chat list
  3. Different approach chatbox implementation, revise JoinSession UI
srujanr40 commented 1 year ago

Srujan Rao k1w2b

  1. Added the ability to assign date/time information to sessions, synchronized data across reducers, fixed bugs with redux store
  2. Debugging bugs that resulted from differences in design decisions took some time
  3. Moving data server-side, and adding appropriate endpoints for the front-end to access this data
ksridar commented 1 year ago

Krish Sridar t7w2b

  1. Worked on MySessions page, linked to redux data and worked on styling
  2. I had difficulties setting up props to display content based on where the card is located
  3. Work on the "joined" component, rework UI (new color theme, card styling, overall responsiveness), and implement authentication
rkelly123 commented 1 year ago

Rory Kelly v7y2b

  1. I worked on the more info page and hooked it up with the redux reducers. Brainstormed some future ideas with how our backend and algorithms will be set up.
  2. There weren't any major issues that came up. There were a couple of bugs that slipped through PRs but they were easy enough to locate.
  3. I will work on setting up MongoDB, and begin working on the backend session recommendation algorithm.