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

feat: Locations: Marker endpoints #19

Closed
resah opened this issue Jun 15, 2023 · 0 comments · Fixed by #55
Closed

feat: Locations: Marker endpoints #19

resah opened this issue Jun 15, 2023 · 0 comments · Fixed by #55
Assignees
Labels
enhancement New feature or request

Comments

@resah
Copy link
Collaborator

resah commented Jun 15, 2023

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 location
  • POST /api/locations/:id/markers - add new marker
  • GET /api/locations/:id/markers/:markerId - get marker by ID
  • PUT /api/locations/:id/markers/:markerId - update a marker
  • DELETE /api/locations/:id/markers/:markerId - delete a marker

Frontend

  • Adjust endpoints
  • Adjust share links and routes with location
  • List locations in nav bar
    • Show long name in expanded nav bar
    • Show short name in collapsed nav bar
  • CRUD
  • Allow selecting one location
  • Switch floorplan image on selection
  • Selected location is marked
  • Only markers for the selected location are shown
  • Number of (visible) markers is shown for each location
@resah resah added the enhancement New feature or request label Jun 15, 2023
@resah resah changed the title Locations: Marker endpoints feat: Locations: Marker endpoints Jun 15, 2023
@resah resah mentioned this issue Jun 15, 2023
@resah resah self-assigned this Jun 20, 2023
resah added a commit that referenced this issue Jul 15, 2023
resah added a commit that referenced this issue Jul 15, 2023
@resah resah closed this as completed in #55 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
# [1.4.0](v1.3.1...v1.4.0) (2023-07-16)

### Features

* **frontend:** handle location IDs in share links ([9554553](9554553)), closes [#19](#19)
* **locations:** adjust api and UI to handle location CRUD ([4393840](4393840)), closes [#19](#19)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant