You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add another user (who you can log in as) to the project as a Viewer
Log out and log in as that other user from the previous step
Go to the site and one of the data entry screens (like slope > steepness) Expected: No UI that makes me think I can actually input data. Actual: A "Done" button. A button for manual entry that I can put numbers into but doesn't work. A slope meter button that... well on my machine it causes a crash but maybe that's just the state of my branch?
Additional info:
This is not as egregious because the permissions checks on the backend will prevent the changes from making it to the database. Apparently this also prevents selections from being reflected in the app UI, so that's nice behavior, but in a kinda hacky way.
But I shouldn't see editing-specific UI if I am in a role that cannot make edits. I believe this is the full list of such UI elements in the Site tabs that should be altered or removed for Viewers:
Soil > Color: (1) "Enter values" button, (2) "Use guide" button, (3) button to take or upload a photo
Notes: (1) pencil icon to edit a site note
Also, something about the interaction between the frontend and backend seems to handle the Pressable images in the Rock Fragment, Slope Steepness, and Shape screens. But would be nice to have frontend code that makes it explicit.
The text was updated successfully, but these errors were encountered:
Repro:
Expected: No UI that makes me think I can actually input data.
Actual: A "Done" button. A button for manual entry that I can put numbers into but doesn't work. A slope meter button that... well on my machine it causes a crash but maybe that's just the state of my branch?
Additional info:
This is not as egregious because the permissions checks on the backend will prevent the changes from making it to the database. Apparently this also prevents selections from being reflected in the app UI, so that's nice behavior, but in a kinda hacky way.
But I shouldn't see editing-specific UI if I am in a role that cannot make edits. I believe this is the full list of such UI elements in the Site tabs that should be altered or removed for Viewers:
The text was updated successfully, but these errors were encountered: