Open rho1207 opened 3 years ago
CSID: v0p1b
What did you work on this past iteration?
Itinerary edit styling changes, adding new Add activity card, Post endpoint and mock data and form validation.
What were any major issues/challenges you ran into?
Using redux toolkit api
What do you plan to work on for this coming iteration?
user login/ credentials, search bar
CSID: k2r1b
What did you work on this past iteration?
Setting up the database, creating the seed script and schemas, creating a GET endpoint to list itineraries, using RTK query to connect the frontend and backend, writing hooks to re-fetch itineraries on creation, and adding pagination.
What were any major issues/challenges you ran into?
Figuring out how to properly export models in Mongoose, as well as some frontend bugs in edge cases such as when no itineraries are retrieved from the backend.
What do you plan to work on for this coming iteration?
Connect the itinerary page with the map to the backend, add CRUD endpoints for activities. Also help with integrating third-party APIs if I have extra time.
CSID: d9i2b
What did you work on this past iteration?
Setting up the delete query and connecting it to handle remove on the frontend, though I did receive help with that. Also implemented a confirmation dialogue on click of handle remove.
What were any major issues/challenges you ran into?
How to use RTK Queries and use it to find the exact itinerary required to be deleted through the backend.
What do you plan to work on for this coming iteration?
Get pinpoint after searching for location, add to itinerary for that trip, form validation/time slot validation, connect to the Yelp API to query for suggestions.
CSID: g6q1b
Post and Delete endpoints, creating mock data, form validation in front and backend and overwriting Material UI styling.
Figuring out how to use Redux toolkit w/ fetch api to send requests (useMutation).
validation for dates and users (once login is implemented), itinerary name per user- snack bars for errors from server response, edit endpoint for itineraries