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
Implement basic "yes" or "no" permissions to all our backend endpoint. See the blurb at the top of the spreadsheet for how this can be implemented. Ignore all references to organisations
Modify the API handler to also include permissions. Currently we have:
exportdefaultapiHandler({get: getItemTypes});
Our proposed implemention will change it to something like:
Basic Information
Implement basic "yes" or "no" permissions to all our backend endpoint. See the blurb at the top of the spreadsheet for how this can be implemented. Ignore all references to organisations
Modify the API handler to also include permissions. Currently we have:
Our proposed implemention will change it to something like:
Then in a separate file, we have the giant permissions matrix, which will look like the spreadsheet.
Other Information
Permissions spreadsheet (WIP)
https://docs.google.com/spreadsheets/d/18AxrBPgUUgtK0lcNLxSUmxFfxQERglB_L3c7OL6s9DE/edit?usp=sharing
Ignore all references to organisations
The text was updated successfully, but these errors were encountered: