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

Backend - Routen #18

Open
15 of 16 tasks
pmc-sstaehle opened this issue Mar 21, 2020 · 0 comments
Open
15 of 16 tasks

Backend - Routen #18

pmc-sstaehle opened this issue Mar 21, 2020 · 0 comments

Comments

@pmc-sstaehle
Copy link
Collaborator

pmc-sstaehle commented Mar 21, 2020

  • - STS Rating anlegen => /api/bookings/:bookingId/rate POST
  • - SKI Benachrichtigungen von User => /api/user/:userId/notifications GET/Websocket?
  • - SKI Produkte von User => /api/user/:userId/products GET
  • - MH Anlegen von Produkt => /api/products POST
  • - MH Ändern von Produkt => /api/products/:productId PUT
  • - MH Löschen von Produkt => /api/products/:productId DELETE
  • - MH Anzeigen der Produkte eines Company Users => /api/products/foruser GET
  • - MH Übersicht aller Buchungen => /api/bookings GET
  • - MH Rating zu einer Buchung anlegen => /api/bookings/:bookingId/ratings POST
  • - MH Produkt zurückgeben => /api/bookings/hand-back/:bookingId PUT
  • - STS Anlegen Buchung => /api/bookings POST
  • [- Ändern einer Buchung => /api/bookings/:bookingId PUT] ==> Prio2
  • - STS Buchung löschen => /api/bookings/:bookingId DELETE
  • - STS Tags abrufen => /api/tags GET
  • - STS Tags anlegen => /api/tags POST
  • - STS Tags löschen => /api/tags/:tagId DELETE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant