jerdra/niviz-rater

ENH: Implement user-sessions

Open

#8 opened on Dec 7, 2021

 (0 comments) (0 reactions) (0 assignees)Python (4 forks)auto 404
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:

  1. A login page for the front-end application, the Bottle session will then keep this during the duration of the user-session
  2. Any qc ratings applied during this session will have an associated userID
  3. Users will only see their own ratings (for now)

Contributor guide