backendfrontendhelp wantedimpact: medium
Repository metrics
- Stars
- (2 stars)
- PR merge metrics
- (PR metrics pending)
Description
At some point niviz-rater will need to handle multiple users performing ratings on a given study to allow for collaborative QC of imaging data. To this end the database should be extended to store a user-id for ratings. The following requirements need to be met:
- A login page for the front-end application, the Bottle session will then keep this during the duration of the user-session
- Any qc ratings applied during this session will have an associated userID
- Users will only see their own ratings (for now)