Open dboehmer opened 4 years ago
Open question: How to create a UNIQUE constraint over two tables users
and groups
? Probably have both tables independently and do the checks in Perl.
Additional to do:
coocook_dbck.pl
for duplicated names in users
and groups
@dboehmer I want to attend the implementation of this issue ;)
probably also:
Just merged the first milestone for this: 60c5f9a92d8710bb41a729e2c1d186a8b10ab8dc
The branch https://github.com/dboehmer/coocook/tree/organizations still exists and needs to be continued:
Still left to do: complete invitation & confirmation workflow. Currently organization admins can just add users as they want.
Users should be organized in groups to grant permissions to an abstract group instead of managing individual permissions.