Update Timestamp in accordance with new rules
- Dominant language
- JavaScript
- Stars
- 193
- Forks
- 112
- PR merge metrics
- No merged PRs in 30d
Description
Timestamp rules for notifications:
- we should go with relative within the first two days and then absolute:
- Just now* (for the first minute or two)
- x minutes ago* (for the first 59 min)
- x hours ago* (for the remainder of the calendar day)
- Yesterday* (for the previous calendar day) with the addition of a *timestamp* for anything
within the previous calendar day.
- *absolute day and date* for anything older than that.
Contributor guide
Research direction
The issue specifies notification timestamp rules but names no implementation files or tests. Locate the notification timestamp entry point and existing timestamp tests first, then verify the relative and absolute formats across the stated time boundaries. Done means each listed rule is represented and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100