Info |
---|
On this page you will find an introduction to the dahsboard dashboard item Expected DC Updates. |
The dashboard item Expected DC Updates shows a list of the expected changes to one or several data collectionsdata collections that are expecting new submissions based on the Update frequency defined in the data collection settings.
Note |
---|
Currently there is no user interface to configure this item. |
...
Configuration
To configure the Last Expected DC Updates elementitem to a dashboard:
Click on the Additional Settings Button and
click on Edit Dashboard.
In the dashboard editor click on Edit JSON to add the configuration snippets.
Note |
---|
Configuration must always be enclosed in curly brackets and if there more configurations than one seperated by a comma. |
...
Code Block |
---|
maxLastUpdateDays: 10 |
Next Expected Update
To change the sorting from last updates to next expected updates entere the following code snippet:
Code Block |
---|
sortBy: 'nextExpectedUpdate' |
Icon
Choose an icon from the Material UI data base.
...
Choose the type of date that shall be displayed: EDIT will consider both edits to existing submissions and new submissions whereas NEW considers only new submissions as updates.
Code Block |
---|
displayDate: 'EDIT' |
...