Last modified created #249

Closed
opened 2 years ago by mpeltriaux · 1 comments
Owner

Status quo

If an entry has not been modified since creation, the last_modified column on overview tables will have no date but the placeholder ----.

Technically it is true that the entry has not been modified, yet.

Practically it could be benefitting to use the created timestamp as last_modified if there is no real last_modified, yet.

Enhancement

Using this approach we can think about ordering using last_modified as default on the overviews. This way a newly created entry would be sorted on top of everything, which might be what a user expects.

# Status quo If an entry has not been modified since creation, the `last_modified` column on overview tables will have no date but the placeholder ----. Technically it is true that the entry has not been modified, yet. Practically it could be benefitting to use the created timestamp as `last_modified` if there is no real `last_modified`, yet. # Enhancement Using this approach we can think about ordering using `last_modified` as default on the overviews. This way a newly created entry would be sorted on top of everything, which might be what a user expects.
mpeltriaux added the
enhancement
label 2 years ago
mpeltriaux self-assigned this 2 years ago
mpeltriaux referenced this issue from a commit 2 years ago
Poster
Owner

Merged in #250

# Merged in #250
mpeltriaux closed this issue 2 years ago
Sign in to join this conversation.
Loading…
There is no content yet.