Widget type "News"
As an API user I want to be able to attach widget of type News and display its content on my dashboard.
Jira story: https://ufz-jira.scolution.de/browse/MWB-274
AC
-
Widget type News is implemented: -
last 5 news items, displayed are Title and Description from related News content entity -
dataSeries JSON format:
-
[
{"news_id": 1, "locale": "en", "title": "News title 1", "comment": "News comment 1"},
{"news_id": 1, "locale": "en", "title": "News title 1", "comment": "News comment 1"},
...
]
-
Tests
Review
-
Widget type News is implemented: -
last 5 news items, displayed are Title and Description from related News content entity -
dataSeries JSON format:
-
[
{"news_id": 1, "locale": "en", "title": "News title 1", "comment": "News comment 1"},
{"news_id": 1, "locale": "en", "title": "News title 1", "comment": "News comment 1"},
...
]
-
Tests
Edited by Michael Voigt