IFRCGo / go-web-app

GO Web application! GO is a Red Cross Red Crescent platform to connect information on emergency needs with the right response.
https://go.ifrc.org
MIT License
8 stars 1 forks source link

Emergency page: Response documents: Add date field and use it to show the latest documents first #1002

Open esario opened 5 months ago

esario commented 5 months ago

Is your feature request related to a problem? Please describe.

When an emergency has many documents, it is difficult to find the latest documents and to understand when each document was published.

Describe the solution you'd like

Add a date field for each document in the admin panel and use it sort the documents so that the latest ones show up on the list first. Currently they're shown in wrong order (oldest first).

image

Describe alternatives you've considered

Some persons add a date to the file name manually but it's a sketchy solution and prone to people forgetting to do it manually every time they add a new document.

image

nanometrenat commented 1 day ago

xref https://github.com/IFRCGo/go-web-app/issues/1282 which is about appeal documents (whereas this one is about response documents)

nanometrenat commented 1 day ago

Also xref https://github.com/IFRCGo/go-web-app/issues/1002 which is about response documents ordering - but also manual ordering and pinning - so changes should be considered together