I am currently evaluation girder. I have different use cases, whereas I am not sure, if I can realise them with girder:
- Permission Level
The current system has only this AccessTypes:
NONE = -1
READ = 0
WRITE = 1
ADMIN = 2
SITE_ADMIN = 100
I would need an additional access type between READ and WRITE, which allows users to read files and to upload files, but not to delete files.
Is there an easy solution to extend AcessTypes?
- Shared Folders
I would like to share folders between collections. The functionality to copy folders exists: The files are not copied, only the metadata information?
So is the best way to go, to create a plugin that links the folders and whenever some metadata changes in a linked folder, the changes are updated to all linked folders?