A person who creates a session should be able to edit it.
Orga folks should be able to edit any session.
It should be possible to add other organizers to your session, so both (all) of you can edit it and access organizer tools.
We currently have :session/organized, which is intended to be a ref to a user, I think it would be good to introduce a user-group entity as well, and let :session/organized be either a user or user group. We can then implement access control on user and group level.
A person who creates a session should be able to edit it.
Orga folks should be able to edit any session.
It should be possible to add other organizers to your session, so both (all) of you can edit it and access organizer tools.
We currently have
:session/organized, which is intended to be a ref to a user, I think it would be good to introduce a user-group entity as well, and let :session/organized be either a user or user group. We can then implement access control on user and group level.