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 (Marker-Mode): Backend #24

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

feat: Groups (Marker-Mode): Backend #24

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 "Marker groups (map)":
Markers inherently belonging to a group by their attributes, like

  • all markers with attribute team and value Space invaders
  • all markers with attribute post and value Developer
  • all markers with attribute contents and value Club-Mate

Backend

  • Endpoints
    • GET /api/markers/attributes - list all marker attributes (ignoring marker type)
    • GET /api/markers/attributes/:attribute/values - list all existing values of the given marker attribute (ignoring marker type)
    • GET /api/markers/filter?attribute={attribute}&value={value} - list markers, which have given attribute and attribute value
@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