As a user I want my selection of tags to be saved so I can retrieve it later.
As a web server i want to be able to retrieve all tags that a user selected.
For this purpose we need a new endpoint. But I am not sure how to name it because it may evolve. At the moment we only need to know the selectionned tags, but latter we may want to add seuils and alert. We need a name for this endpoint, some examples :
/dataset/{datasetId}/tags
/tagSelection/{tagSelectionId}/tags
/dashboard/{dashboardId}/tags
I am not sure what to choose. But we need to be able to retrieve all tags selected by a user.
USER STORY
As a user I want my selection of tags to be saved so I can retrieve it later. As a web server i want to be able to retrieve all tags that a user selected.
For this purpose we need a new endpoint. But I am not sure how to name it because it may evolve. At the moment we only need to know the selectionned tags, but latter we may want to add seuils and alert. We need a name for this endpoint, some examples :
I am not sure what to choose. But we need to be able to retrieve all tags selected by a user.
ACCEPTANCE CRITERIA
1. 1. 1.
DEFINITION OF DONE