Bilgecrank / hindsite

A SCRUM retrospective tool to empower teams.
GNU General Public License v3.0
1 stars 2 forks source link

Facilitator mode #67

Open vtestagrossa opened 8 months ago

vtestagrossa commented 8 months ago

Create different authorization routes to handle ownership of the groups. There should be editable cards, fields, and boards on the home page for the creator of the group, and others should just be able to select their group until they've selected one that belongs to them.

The session variable facilitator needs to be set on a per-group-selected basis.

vtestagrossa commented 8 months ago

Authorization routes are now able to be handled with the authorized function within common_model.py, which takes two functions as arguments and returns the first if authorized, or the second if not.