TheDurian / food-group-app

1 stars 0 forks source link

Adding person / restaurant link, saving new, editing #28

Closed TheDurian closed 8 months ago

TheDurian commented 8 months ago

Adding working functionality to save / edit restaurant listings with people.

When adding a new restaurant outing, selecting any people will save them to the database with a connection to the restaurant. Clicking on the restaurant in the list view will let you edit / save the new list of people.

Clicking + holding the tile in the list view will delete the restaurant, and now it will also delete the connections to the restaurant from the database.