jerdra/niviz-rater

ENH: Implement user-sessions

Aperta

#8 aperta il 7 dic 2021

 (0 commenti) (0 reazioni) (0 assegnatari)Python (4 fork)auto 404
backendfrontendhelp wantedimpact: medium

Metriche repository

Star
 (2 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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)

Guida contributor