User Story
As a compas admin I want to create file groups and assign files to file groups to limit read and write permissions to certain roles. For example the LNode Library should be readable by all engineers, but only specification engineers can edit the LNode Library.
Acceptance criteria
- File groups can be created (on DB level is enough for now)
- Limit read and write access to file groups based on roles (during installation time is enough for now)
- Files can be assigned a file group
- By default files use the file extension as file group: SSD, IID, ICD, SCD, CID, SED, ISD, STD (implicitly these will become file groups)
User Story
As a compas admin I want to create file groups and assign files to file groups to limit read and write permissions to certain roles. For example the LNode Library should be readable by all engineers, but only specification engineers can edit the LNode Library.
Acceptance criteria