-
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: Marker endpoints #19
Labels
enhancement
New feature or request
Comments
Open
resah
added a commit
that referenced
this issue
Jul 3, 2023
resah
added a commit
that referenced
this issue
Jul 3, 2023
resah
added a commit
that referenced
this issue
Jul 3, 2023
Merged
resah
added a commit
that referenced
this issue
Jul 3, 2023
resah
added a commit
that referenced
this issue
Jul 3, 2023
resah
added a commit
that referenced
this issue
Jul 3, 2023
resah
added a commit
that referenced
this issue
Jul 3, 2023
resah
added a commit
that referenced
this issue
Jul 3, 2023
resah
added a commit
that referenced
this issue
Jul 15, 2023
resah
added a commit
that referenced
this issue
Jul 15, 2023
resah
added a commit
that referenced
this issue
Jul 15, 2023
resah
added a commit
that referenced
this issue
Jul 15, 2023
resah
added a commit
that referenced
this issue
Jul 16, 2023
resah
added a commit
that referenced
this issue
Jul 16, 2023
resah
added a commit
that referenced
this issue
Jul 16, 2023
resah
pushed a commit
that referenced
this issue
Jul 16, 2023
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.
Backend
Adjust existing marker endpoints
GET
/api/locations/:id/markers
- get markers for locationPOST
/api/locations/:id/markers
- add new markerGET
/api/locations/:id/markers/:markerId
- get marker by IDPUT
/api/locations/:id/markers/:markerId
- update a markerDELETE
/api/locations/:id/markers/:markerId
- delete a markerFrontend
The text was updated successfully, but these errors were encountered: