-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat(front): view mode based on permissions [MARXAN-1295] #903
Conversation
This pull request is being automatically deployed with Vercel (learn more). marxan – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan/BQavzWhKBWvSXPqnu6qSk6UqdqQN marxan-storybook – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan-storybook/9cNa8jH2SNeFSpbtbdynqGB5jda2 |
…t/front/MARXAN-1295-view-mode
…ity/marxan-cloud into feat/front/MARXAN-1295-view-mode
View mode based on permissions
Overview
This PR contains:
Designs
At the moment we don't have designs for the viewer mode, it's made without being based on designs.
Testing instructions
To test, please consult Role Based Access Control table and check
project_viewer
,project_contributor
andproject_owner roles
.Keep in mind that the rest of the roles will be implemented in the future.
In addition, to test the functionality, it is essential to open two different user profiles to be able to verify that the user who is editing can access all the functionalities, and the user who is trying to access the same scenario and is locked, cannot edit.
Feature relevant tickets
MARXAN-1295