CINPLA / expipe-browser

Experiment browser for the analysis pipeline
GNU General Public License v3.0
1 stars 1 forks source link

Read-only permission on project #31

Open alejoe91 opened 7 years ago

alejoe91 commented 7 years ago

It would be nice if a project could be 'owned' by a user with read/write permission and only be read-only for other users.

dragly commented 7 years ago

This can be done with Firebase permissions:

https://firebase.google.com/docs/database/security/

However, the browser will still appear as if you have access, so we should make the browser aware of this and make fields read-only in this case.

I suggest we add this to a future milestone.