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: CRUD #18

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

feat: Locations: CRUD #18

resah opened this issue Jun 15, 2023 · 0 comments · Fixed by #43
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.


CRUD for locations

  • Properties: name (long), name (short), image, description
  • Upload an image for the floorplan for the location

Backend

Endpoints:

  • GET /api/locations - list all locations
  • POST /api/locations - add new location
  • GET /api/locations/:id - get location by ID
  • PUT /api/locations/:id - update a location
  • DELETE /api/locations/:id - delete a location, if no markers exist

Frontend

  • Show default location
@resah resah added the enhancement New feature or request label Jun 15, 2023
@resah resah changed the title Locations: CRUD feat: Locations: CRUD Jun 15, 2023
@resah resah mentioned this issue Jun 15, 2023
@resah resah self-assigned this Jun 19, 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 resah closed this as completed in #43 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
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant