Repo Owner: Ben Guaraldi @benguaraldi
The Landing Page app is a DHIS2 app for displaying a single dashboard as the landing page for all users of a given DHIS2 instance. This dashboard can allow users to more easily get to where they want to go in DHIS2.
Install the app via the App Hub or by uploading into the DHIS2 App Management app the zip either from our releases or from npm run build
.
By default, the Landing Page app will be blank. To add content, follow these steps:
- Go to the
Landing Page
app—this will add the Landing Page app's dashboard to your system - Go to the
Dashboards
app and find theLanding Page
dashboard - Edit it just as you would a regular dashboard
Note that the Landing Page app does not support any widgets except for the Rich Text and Video Dashboard Widget, which allows you to create rich text with links, videos, and other advanced content.
After installation, you may wish to make the Landing Page app the default app whenever a user logs into your DHIS2 instance. To do this, follow these steps:
- Go to the
System Settings
app - Choose
Appearance
in the left menu - Find the
Start page
dropdown - Choose
Landing Page
from the dropdown
Our initial use case with this app was to combine it with the Rich Text and Video Dashboard Widget, which allows the creation of a nested menu to navigate a DHIS2 site.
More information about nested menus can be found here.
As mentioned above, the Landing Page app currently only shows the Rich Text and Video Dashboard Widget,
Also, all users see the same dashboard when they login. There is no way to show different dashboards depending on the user's roles and permissions.