You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mconf-Web has one single "Site" model that stores all configurations for the website. In the fork https://github.com/mconf-rnp/mconf-web, users are also grouped in "Institutions", that have additional attributes that control the access of the users to the website. A few flags in these institutions are: force login via Shibboleth, an identifier to automatically set users with a given email format to a given institution, moderate spaces, forbid users to create spaces, and others.
The purpose of this ticket is to pull the changes in the fork and adapt them to be used with the base Mconf-Web.
There are two main use cases mapped that will use this feature:
Allow users to be grouped in different institutions, so that institutions can be somehow controlled (or restricted) by global administrators.
Allow multiple institutions or site to use the same web portal but not knowing about each other. An institution would see Mconf-Web exactly like it is today, as if the other institutions did not exist.
Methods to get the current site (e.g. @current_site@) should return the Site with its flags already adapted according to the current user's institution.
Institutions include a new user role that is the institution admin. Notifications are some times sent to the global admins and some times to the institutional admins. There should be methods to abstract this.
If no institution is present, the application should behave exactly as it does today.
Institutions should not necessarily be called "institution", they could be called something else depending on how the implementation will be done.
After this feature is done, it should still be possible to use Mconf-Web exactly like it is used today and the fork https://github.com/mconf-rnp/mconf-web should also still work as it works today.
The text was updated successfully, but these errors were encountered:
Original Redmine Comment
Author Name: Leonardo Daronco (Leonardo Daronco)
Original Date: 2016-02-15T17:38:31Z
After discussions, we decided to use multiple sites to replace the concept of institutions. Attributes on institutions should migrate to the site, and multiple sites should be allowed.
Sites should be either isolated or "shared" (meaning they are visible to other sites).
Author Name: Leonardo Daronco (Leonardo Daronco)
Original Redmine Issue: 1804, http://dev.mconf.org/redmine/issues/1804
Original Assignee: Lucas Zawacki
Mconf-Web has one single "Site" model that stores all configurations for the website. In the fork https://github.com/mconf-rnp/mconf-web, users are also grouped in "Institutions", that have additional attributes that control the access of the users to the website. A few flags in these institutions are: force login via Shibboleth, an identifier to automatically set users with a given email format to a given institution, moderate spaces, forbid users to create spaces, and others.
The purpose of this ticket is to pull the changes in the fork and adapt them to be used with the base Mconf-Web.
There are two main use cases mapped that will use this feature:
Considerations and ideas to implement:
After this feature is done, it should still be possible to use Mconf-Web exactly like it is used today and the fork https://github.com/mconf-rnp/mconf-web should also still work as it works today.
The text was updated successfully, but these errors were encountered: