BeaconCMS / BeaconCMS/beacon_live_admin
Display full timestamp on each revision
- Dominant language
- JavaScript
- Stars
- 73
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
Currently a revision will display only the day/month/year of when that revision was created, for example "April 14, 2023". But that's insufficient, especially when there's more than one revision on the same day, so it should also display the time as "April 14, 2023 at 2:31pm"
The datetime must be localized and since we don't have a user_settings table then it has to be done on the client side.
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named in the issue. Start by locating the client-side revision timestamp rendering and its existing date-formatting path; done means each revision shows a localized date and time, including distinct times for revisions created on the same day.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, internationalization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100