JoshLuong / Trippo

Travel Itinerary
MIT License
2 stars 5 forks source link

Scrum Report #5: August 1 2021 #44

Open rho1207 opened 3 years ago

rho1207 commented 3 years ago

CSID: g6q1b

What did you work on this past iteration?

Post endpoint/edit itinerary, success/error toast from server response, more validation

What were any major issues/challenges you ran into?

Redux toolkit api calls

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

bug fixes, documentation, prep for presentation

r-bassi commented 3 years ago

CSID: d9i2b

What did you work on this past iteration?

New activity slot creation and connecting yelp endpoints to new activities.

What were any major issues/challenges you ran into?

Redux toolkit mutations, using context interfaces, formatting Date types

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

Documentation, presentation scripts, small tweaks and bug fixes

JoshLuong commented 3 years ago

CSID: v0p1b

What did you work on this past iteration?

Google sign in and secure session sharing; creating multiple API endpoints (itinerary patch, yelp api, etc.); allowing search of itineraries; helping with validation, updating Redux store, fixing Map functionality, helping to create unsaved changes modal; general FE development and enhancements

What were any major issues/challenges you ran into?

Yelp APIs

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

Remaining enhancements, bug fixes and code cleanup.

andreram commented 3 years ago

CSID: k2r1b

What did you work on this past iteration?

Connecting the itinerary page to the backend, deploying the app to Heroku.

What were any major issues/challenges you ran into?

The activity edit component was originally using contentEditable which does not work well with React. This needed to be replaced with material-ui components before continuing. State management with RTK queries and useEffect hooks was also non-trivial.

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

Bug fixes, cleaning up error logs, minor features.