Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multi-users in MIQA with permissions #71

Closed
aashish24 opened this issue Jul 21, 2021 · 3 comments · Fixed by #227
Closed

Support multi-users in MIQA with permissions #71

aashish24 opened this issue Jul 21, 2021 · 3 comments · Fixed by #227
Assignees

Comments

@aashish24
Copy link

aashish24 commented Jul 21, 2021

Currently we have one user, we need to support multi-user mode where each user will have their own session and may import their own CSV

  • A user has multiple sessions to review
  • A session may have only one user with write access and others may have read access (have a lock on the session)
  • There is no need for concurrent editing
  • Each user has equal rights to write access on any imported session as long as they have write permission
  • For now, any user can unlock the session but will be prompted
  • We should be able to see who owns the lock
@aashish24 aashish24 added this to the Task list for MIQA milestone Jul 21, 2021
@aashish24
Copy link
Author

aashish24 commented Jul 21, 2021

Relates to #72 #73 # #173

@aashish24
Copy link
Author

aashish24 commented Jul 29, 2021

The workflow and the features will be:

  • Technician users are linked to a particular site
  • Define various kinds of users (roles) of the system: admin (site exemption), reviewer (review data from multiple site), technician (site specific only user, can see data from their site)

@jeffbaumes jeffbaumes changed the title Support multi-users in MIQA Support multi-users in MIQA with permissions Sep 2, 2021
@annehaley annehaley self-assigned this Sep 16, 2021
@aashish24
Copy link
Author

Related to #204 (newer one)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants