You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a superuser or restaurant owner I want to view a list of reservations created for my restaurant. The table should render main fields of Reservation + a button that will open a modal where I can review of the selected reservation.
Also if a new reservation is created, I should see an alert with a message that contains count of created reservations and a button. If the button is clicked, a reservation list is refetched; all filters and sortings are reset
Query - findRestaurantByName
The text was updated successfully, but these errors were encountered:
As a superuser or restaurant owner I want to view a list of reservations created for my restaurant. The table should render main fields of
Reservation
+ a button that will open a modal where I can review of the selected reservation.Also if a new reservation is created, I should see an alert with a message that contains count of created reservations and a button. If the button is clicked, a reservation list is refetched; all filters and sortings are reset
Query -
findRestaurantByName
The text was updated successfully, but these errors were encountered: