Add updatedAt to thread listing
Open
- Dominant language
- TypeScript
- Stars
- 349
- Forks
- 92
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 24
Description
Allow listing threads by the latest message time
- Internally can denormalize, or use a Distinct on messages sorted by time
- Possibly the query instead is `includeLatestMessage` that gives back the thread + latest message info
Contributor guide
Research direction
No files or tests are named in the issue. Start by locating the thread-listing query and the thread/message data model, then compare denormalizing the latest-message time with querying the latest message. Done means callers can list threads ordered or filtered by latest message time, or receive the latest message information as proposed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100