ZHAW-PM4-Compass / compass

A time-, mood- and incident tracking application for Stadtmuur called Compass 🧭
https://stadtmuur.ch/
MIT License
0 stars 0 forks source link

As a Admin i want to add a category for mood tracking for a participant #23

Closed x-snackage-x closed 1 month ago

x-snackage-x commented 4 months ago

Description The differentiator between predefined and personalized categories is which users they affect. So it is better to define categories as either global or personalized instead. When creating the category the admin can define it as a global category or link it to one or more users. Users can also be added to existing personalized categories.

Implementation Detail: global categories are those categories that are not linked to any user (ie that have NULL as a user foreign-key entry)

Estimate L - Storypoints

Tasks Checklist

Acceptance Criteria

Dependencies This user story blocks and is linked to : #15

This user story is blocked by #13 so it will be implemented as an authenticated endpoint first and then converted to role based access with #56

This user story is to be completed with #57