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

Winners page

perryraskin opened this issue · comments

Frontend:

  • Display list of groups
  • Each group has items that were compared against each other
  • One item in each group should be highlighted green with the one that is currently chosen as "winner"

Backend:

  • "ComparedGroups", "ComparedItems" table
  • "ComparedGroups" Fields: ID
  • "ComparedItems" Fields: ComparedGroupId, TripNoteId