cerca icon indicating copy to clipboard operation
cerca copied to clipboard

Proposal: add datetime attribute to threads

Open sansfontieres opened this issue 3 years ago • 4 comments

Currently, threads are ordered by their id. It would help to order the index by the datetime of the last post of a thread.

This is not something to encourage social media-like behaviors, but the simplest/lightest way to have a sneak peak of what one may have missed since their last visit. To limit the noise, I don’t think that we should show a snippet of the last post, but a simple indicator like last post: 20XX-XX-XX would be enough.

Currently, we only save the date to posts, maybe a full timestamp following RFC339 on the UTC timezone could help with collision too.

sansfontieres avatar Jan 24 '22 15:01 sansfontieres

Thanks for writing this up @sansfontieres :)

I've been meaning to add a little select element so that people could change from the default threads index sorting—by latest post being one such view ordering.

Going back to the indicator, are you thinking something like: image

cblgh avatar Jan 24 '22 21:01 cblgh

Going back to the indicator, are you thinking something like:

Showing something like this would be enough I think.
A full datetime timestamp (not necessarily shown on the frontend) could still be useful if we all feel talkative :)

sansfontieres avatar Jan 25 '22 16:01 sansfontieres

i think this is in the spirit of what you asked for @sansfontieres (and what i'd planned originally :) image

live at 👉 https://forum.merveilles.town/?sort=posts

cblgh avatar Jan 31 '22 10:01 cblgh

Oh that looks good 👍

sansfontieres avatar Jan 31 '22 13:01 sansfontieres