-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Locations: CRUD #18
Labels
enhancement
New feature or request
Comments
Open
resah
added a commit
that referenced
this issue
Jun 20, 2023
resah
added a commit
that referenced
this issue
Jun 20, 2023
resah
added a commit
that referenced
this issue
Jun 20, 2023
resah
added a commit
that referenced
this issue
Jun 20, 2023
resah
added a commit
that referenced
this issue
Jun 20, 2023
resah
pushed a commit
that referenced
this issue
Jun 20, 2023
# [1.3.0](v1.2.1...v1.3.0) (2023-06-20) ### Features * add basic crud operations for locations ([5fa39fb](5fa39fb)), closes [#18](#18)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue belongs to the feature "Multiple locations": Since many offices consist of multiple floors or even different locations, it should be possible to create location with their dedicated floor plan.
CRUD for locations
Backend
Endpoints:
GET
/api/locations
- list all locationsPOST
/api/locations
- add new locationGET
/api/locations/:id
- get location by IDPUT
/api/locations/:id
- update a locationDELETE
/api/locations/:id
- delete a location, if no markers existFrontend
The text was updated successfully, but these errors were encountered: