kora
kora copied to clipboard
Modify User Permissions
Build new project groups. Still in confirmation phase of those permissions.
https://docs.google.com/spreadsheets/d/1IjPEjtZjoi2wDI2cBajEX-e7xPT6NJMbShnrinDu_8U/edit#gid=0
did this get put on the backburner?
Yes, because we still need to define roles and what those roles can do
3 models that pretty much handle everything (ProjectGroup, FormGroup, and permission funcitons in User)
Main process would be creating a new class (Model, DB and Controller), and overwriting above class references with respective new class functions.
We then need to also modify Permission views for Projects and Forms, into a single view for new Project level permissions. User also has some views for viewing single user permissions that will need to be modified.
We will need some sort of conversion for old group types, to new group types
The big thing that needs to be done, is a feature-by-feature breakdown so we can deal with edge cases. This is step one for me.
Best case scenario 2-3 weeks once roles are defined