-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 groupsPOST/api/groups/- Create a new groupGET/api/groups/:id- Get group data by IDPUT/api/groups/:id- Update a groupDELETE/api/groups/:id- Delete a group
- Entity
Groupid: string (UUID)name: stringdescription: stringcoordinates: Coordinate[]
- ValueObject
Coordinate?lat: numberlng: number
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request