Closed as not planned
Description
Is your feature request related to a problem? Please describe.
Sometimes local news (push notifications) that are older than 28 days appear in the message list / seemingly out of order. This is confusing.
Describe the solution you'd like
- Sort the news by
max(last_updated, timestamp)
timestamp - Set
timestamp
tomax(last_updated, timestamp)
timestamp` (TBD) Filter out news wherelastUpdate > 28 days
Describe alternatives you've considered
Leave it as is
Additional context
CMS issue: digitalfabrik/integreat-cms#2994
This was discussed in the Integreat CMS team, we concluded that there is nothing in our API that would influence this and it has to be implemented on app side.
Metadata
Metadata
Assignees
Type
Projects
Status
Done