Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

On this page you will find an introduction to the dashboard item Expected DC Updates.

The dashboard item Expected DC Updates shows a list of the data collections that are expecting new submissions based on the Update frequency defined in the data collection settings.

Currently there is no user interface to configure this item.

Items that have a Next Expected Update date that has already passed, are marked in red:

Configuration

To configure the Expected DC Updates item 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.

Configuration must always be enclosed in curly brackets and if there more configurations than one seperated by a comma.

Maximum Days since last Update

To change the number of days that are allowed to have passed since the last update:

maxLastUpdateDays: 10

Icon

Choose an icon from the Material UI data base.

icon: 'update'

Titel

Choose a titel for the dashboard element.

title: {
    en: 'Last Updates Multipliers'
  }

Sort

Choose the sorting order of the updates.

sort: 'ASC'
sort: 'DESC'

Collection

Enter the code from the data collection whose updates shall be displayed.

collections: [
    'MUL'
  ]

Limit

Set a limit of rows to be displayed.

limit: 10

Display Date

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.

displayDate: 'EDIT'

  • No labels