Health-Informatics-UoN / Carrot-Mapper

Carrot: Convenient And Reusable Rapid Omop Transformer.
https://carrot4omop.ac.uk
MIT License
12 stars 3 forks source link

Frontend permissions implemented #733

Closed AndrewThien closed 3 weeks ago

AndrewThien commented 1 month ago

When a user views:

Their access to the form fields are based on their permissions - this does not currently work on the Nextjs app.

There is a fetch to getScanReportPermissions which returns the users permissions for a scan report. This needs to be implemented on those pages.