/wtmb-js-crashcourse

Code for Women Techmakers Berlin JavaScript crash course 2019

Primary LanguageJavaScript


FoodSnobs

A platform for food snobs to

  • make Reservations,
  • create ics files for approved reservations,
  • visit & rate Restaurants (on a scale of 1-10),
  • attend FoodEvents (or cancel attendance),
  • and tag restaurants they've been to.

Restaurants can

  • approve or deny reservation requests,
  • host FoodEvents
  • and invite their most loyal patrons to those events.

The Rating, Reservation, and FoodEvent classes don't have methods as they are "relationship objects". FoodSnobs and Restaurants create instances of them in their interactions with each other to store and update information that describe their relationship.