Feature #1167
Settings and profile
Start date:
2020-03-09
Estimated time:
16.00 h
Description
Because of the growing number of site and user settings, a complete overhaul of the mechanics is needed.
Aims are more generalized functions to ease additions and usage in code but also a better user interface presentation.
- Tab layout showing setting values on first site
- Retrieve order from form objects (instead hard-coded in views)
- Move forms from views/admin.py to forms/admin_forms.py
- More generic profile settings functions
- Merged update settings views and templates
Related issues
History
Updated by Alexander Watzinger almost 3 years ago
- Status changed from Acknowledged to In Progress
- Assignee set to Alexander Watzinger
Updated by Alexander Watzinger almost 3 years ago
- Description updated (diff)
Removed need for additional fields for category, type and order in database because all this information can already be extracted from the form objects.
Updated by Alexander Watzinger almost 3 years ago
- Description updated (diff)
- Status changed from In Progress to Closed