JoshLuong / Trippo

Travel Itinerary
MIT License
2 stars 5 forks source link

Scrum Report #3: June 26, 2021 #28

Open rho1207 opened 3 years ago

rho1207 commented 3 years ago

CSID: g6q1b

What did you work on this past iteration?

Finishing up styling on Login page, implementing the panel for creating new itineraries

What were any major issues/challenges you ran into?

No major issues aside from overriding styling from MUI components and creating responsive/mobile-friendly components

What do you plan to work on for this coming iteration?

Connecting up front-end components + switching over to redux instead of hooks, finalizing inputs needed for creating new itinerary + implementing those (and allowing users to edit with the same panel), starting on API calls + DB storage for login and creating itineraries

JoshLuong commented 3 years ago

CSID: v0p1b

What did you work on this past iteration?

Finished styling, helped other teammates with design/ review. Set up Redux Slices.

What were any major issues/challenges you ran into?

Thinking of how to manage the Redux slices. Will continue to look into it when we have a solid idea of how to model our DB.

What do you plan to work on for this coming iteration?

Finish hooking up Redux, setting up APIs and getting the backend up and running.

andreram commented 3 years ago

CSID: k2r1b

What did you work on this past iteration?

Connected the map to our mock time slots, connected the Mapbox geocoder to the search input, and moved the mock data to Redux.

What were any major issues/challenges you ran into?

Connecting the Mapbox components to React was a major challenge. Mapbox GL JS returns raw HTML elements that do not play nicely with React’s shadow DOM so I eventually decided to use react-map-gl and re-implement the map component. I also ran into an issue with the react wrapper package for the geocoder. I was unable to make the search input into a controlled component which made managing the input value a lot more difficult.

What do you plan to work on for this coming iteration?

Finish connecting the itineraries to the map (ie. clicking on a marker will expand the associated time slot) and setting up the backend.

r-bassi commented 3 years ago

CSID: d9i2b

What did you work on this past iteration?

Added account button to navbar with dropdown, fixed up nav menu, added search bar.

What were any major issues/challenges you ran into?

Figuring out what packages were useful, using consistent styling.

What do you plan to work on for this coming iteration?

Working on backend/db and connecting user and/or itinerary information to store in the db.