mconf / mconf-web

GNU Affero General Public License v3.0
123 stars 86 forks source link

Organize the view sites/show in tabs #530

Open mconf-daileon opened 8 years ago

mconf-daileon commented 8 years ago

Author Name: Leonardo Daronco (Leonardo Daronco) Original Redmine Issue: 1059, http://dev.mconf.org/redmine/issues/1059


The model site has grown a lot, and now has about 40 attributes that can be configured. They are all in the same view, at sites/show. We should group these parameters in tabs or some other way to reduce the number of items in the pages. There are several attributes that are related, such as the attributes for Shibboleth, for LDAP, for SMTP.

Ideally the page should still load all the attributes and keep them under the "General" item in the management page. The sub-pages could be simply javacript tags that show/hide elements.

daronco commented 7 years ago

In the branch "v3" the page to edit the site looks a lot more cleaner, we might not need to do anything more.