chaosmentors / the-godmother

The God Mother is a tool for organizing mentors and mentees. This is useful for community-organized conferences and other events.
https://chaosmentors.events.ccc.de
2 stars 0 forks source link

Add an option to change mentors into the "godmother-only" role #23

Closed famaniel closed 4 years ago

famaniel commented 4 years ago

As with resolving issue 17, the status of being godmother is independent from a user's role (although mentees cannot be godmothers). If a person who is a god mother cannot attend congress, or for any other reason, also be a mentor, they can be made godmother only. A person who is in the godmother-only role has to be a godmother. Therefore the UI needs to provide the following

famaniel commented 4 years ago

The roles are now changed in a way, that the system behaves in the following way:

There is still an issue when displaying the status before saving. To hide the "is Godmother"-flag, some Java-Script is needed, because rails cannot modify any interactive elements once they are displayed, without reloading the page (at least, I didn't find out how).

famaniel commented 4 years ago

Merged and closed the issue with master branch