## Value Preposition **As a** user **I need** to see a news page with a list of news **to be able to** stay informed about recent changes around Raptoreum ## Description  ## Acceptance Criteria - [x] doc-page shows a list of news articles - [x] the news articles are in chronological order - [x] chronological order is top-down from the most recent article ## Tasks - [x] create feature branch news-page - [x] create a link-button on dashboard page (Mehr anzeigen...) to news page - [x] create data-array with content of news and date-id - [x] map through the data-array on the dashboard page - [x] map through the data-array on the news page - [x] render the articles top-down in chronological order - [x] add first styling to the page
Value Preposition
As a user
I need to see a news page with a list of news
to be able to stay informed about recent changes around Raptoreum
Description
Acceptance Criteria
Tasks