Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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:

  1. Click on the Additional Settings Button and

  2. click on Edit Dashboard.

  3. In the dashboard editor click on Edit JSON to add the configuration snippets.

    Image RemovedImage Added
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'

...