Hylozoic / hylo-node

The Hylo API.
https://www.hylo.com/
Apache License 2.0
49 stars 24 forks source link

Track when posts and comments have been edited #994

Closed tibetsprague closed 2 months ago

tibetsprague commented 3 months ago
KevinTriplett commented 3 months ago

Can we use updated_at? Do we need to add another field?

edited = updated_at != created_at or edited = updated_at != null (if updated_at is null until updated)

KevinTriplett commented 3 months ago

I'll develop against updated_at -- that way, the UI is ready to use whatever field we decide.

tibetsprague commented 3 months ago

No we definitely need a new field called edited_at. Was going to flesh out the description with more info about how to do that. But we might need a call. On Jul 1, 2024, at 6:24 PM, Kevin Triplett @.***> wrote: I'll develop against updated_at -- that way, the UI is ready to use whatever field we decide.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

KevinTriplett commented 3 months ago

Okay, got us scheduled for a call -- here's a quick screenshot of what I've got styled for the post header:

Screenshot 2024-07-02 at 12 34 32 PM