Add tooltip with exact time to Activity tab
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
The implemented solution from issue #2818 (closed by #3532) for the cards (tooltip) is great and exactly what was needed, but the implementation forgot to also update the comment and history section.
Especially the comments are in dire need. Getting bitten by this all the time, because there is no way to figure out what e.g. comment made "3 months ago" actually means in terms of date, could be anything between 56 and 92 days from now.... And there are times when you need more than a vague estimate.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the tooltip implementation from issue #2818 and pull request #3532, then locate the Activity tab's comment and history rendering. The work is done when those entries also expose an exact date and time rather than only a relative description such as "3 months ago".
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
- 38/100