admin-announcements
Admin bundle for making announcements.
Description
The bundle allows admins to create announcements to be displayed in announcements tab. Admins can optionally also set the announcement to be displayed in a pop-up.
Announcement parameters
These are the parameters you can set for an announcement when creating a new announcement or editing an old one.
Parameter | Functionality |
---|---|
Title | Title of the announcement. (String) |
Content | The body of the announcement. (String) |
Starting date | Starting date of the announcement. Announcement won't be displayed until its starting date. This is displayed as "Valid" date selector. (Date) |
End date | Ending date of the announcement. Announcement won't be displayed after its ending date. This is displayed as "Valid" date selector. (Date) |
Active | If toggled on, the announcement will show as a pop-up when users enter the application. The pop-up can be toggled off by the users after they have seen it. (Boolean) |
TODO
- Make Admin-announcements bundle to be a separate tab on the same tile OR make the functionality be similar to admin-layereditor.
- Tests
Bundle configuration
Frontend has no configuration, but the bundle is usually configured to be shown only to admin users. Configuration is done in oskari-server using oskari-ext.properties.
Dependencies
Dependency | Linked from | Purpose |
---|---|---|
Oskari announcements | Expects to be present in application setup | Oskari's announcements bundle. Uses announcements bundle's services |