Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major changes to API routes and functionalities #44

Merged
merged 10 commits into from Feb 8, 2022
Merged

Conversation

formidablae
Copy link
Owner

@formidablae formidablae commented Feb 8, 2022

  • Implemented functionality to get reservations filtering by user_id, by restaurant_id and with pagination and sorting. Get and delete reservation by id
  • Implemented functionality to get restaurants filtering by fully booked, not fully booked or all, from and to datetime, with pagination and sorting. Get and delete restaurant by id
  • Made a onetomany relation between restaurants and their reservations. Included service from previous commit
  • Restaurant service from previous commits
  • Implemented functionality to get and delete users by id
  • Updated restaurant routes to include new filtered, getbyid and delete functionalities
  • Updated reservations routes to include new filtered, getbyid and delete functionalities
  • Updated user routes to include getbyid and delete functionalities
  • Updated README with overall project progress ticks
  • Updated Postman collection queries

Closes #30
Closes #31
Closes #32
Closes #33
Closes #34
Closes #35
Closes #36
Closes #37
Closes #38
Closes #39
Closes #30
Closes #40
Closes #41
Closes #42

@formidablae formidablae added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 8, 2022
@formidablae formidablae self-assigned this Feb 8, 2022
@formidablae formidablae merged commit a05cf89 into main Feb 8, 2022
@formidablae formidablae deleted the develop branch February 8, 2022 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment