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: Groups (Map-Mode): Backend API #22

Open
resah opened this issue Jun 15, 2023 · 0 comments
Open

feat: Groups (Map-Mode): Backend API #22

resah opened this issue Jun 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@resah
Copy link
Collaborator

resah commented Jun 15, 2023

This is part of the feature "Groups":
To visualize teams, or as we call it at AOE "circles", it should be possible to define groups. To accommodate for different use cases, there are two different variants for grouping. This feature is part of "Map groups (area)":
Draw an area in a specific location (map), which is assign a name (and maybe other properties).
Use cases: team areas, event spaces, children area, ...


This contains CRUD for groups

  • Endpoints
    • GET /api/groups/ - Get all groups
    • POST /api/groups/ - Create a new group
    • GET /api/groups/:id - Get group data by ID
    • PUT /api/groups/:id - Update a group
    • DELETE /api/groups/:id - Delete a group
  • Entity Group
    • id: string (UUID)
    • name: string
    • description: string
    • coordinates: Coordinate[]
  • ValueObject Coordinate ?
    • lat: number
    • lng: number
@resah resah added the enhancement New feature or request label Jun 15, 2023
@resah resah mentioned this issue Jun 15, 2023
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

No branches or pull requests

1 participant