Some users who have a limited usage of the Dynamic COMPAS would benefit from being directly redirect to a simplified homepage which match their specific needs just after log-in.
More specifically, a monitoring homepage which provides only access to the monitorings of the list of project to which a user has access, is required for field officers who only enter data after their field trips.
Logged In: YES
user_id=1760219
Originator: NO
As a first part of development of this feature, only the modifications required on the database have been performed.
A new column "USR_Homepage" has been added to the table "user". This column is intended to store the name of the homepage to use for the user.
Possible planned values are:
- default (redirection to the default homepage (phase_common/index.php)
- monitoring (redirection to a new homepage to design, as described in the inital comment of this feature request)
- evaluation (redirection to the evaluation index page)
- project_management (redirection to the project management phases selection page)
Still to perform:
- Design this new simplified Monitoring homepage.
- Modify the user creation/modification page to give the functionality to edit this homepage user attribute.
- Modify the login process, to redirect the user to is homepage.
Modified files:
htdocs/fonctions/migration_fonctions.php
htdocs/install/base.sql
SVN revision at this stage: 233
This part of the development has been realized under version v1.4, but the full feature wille be released in a later version.