perryraskin / trip-planner

An app to help with planning trips by offering a UI to compare trip components (e.g. hotel rooms)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trip Detail page

perryraskin opened this issue · comments

Frontend:

  • "New Trip" button on menubar
  • "Nickname", "Start Date", "End Date" fields
  • "Submit" button

Backend:

  • Create new migration for "Trips" table
  • title, startDate, endDate fields

Integration:

  • On submit, send data to Trips table

/trip/:id

Frontend:

  • display trip name, dates
  • "Add Trip Note" button, links to /trip/:id/tripnote/:id