bevyengine / bevyengine/bevy-website
Display last update date on assets page (and maybe sort by it)
- Dominant language
- JavaScript
- Stars
- 249
- Forks
- 450
- Avg merge
- 16h 20m
- Merged PRs (30d)
- 6
Description
Displaying the Bevy version of an asset is already a great tool to determine if an asset is still up-to-date. Unfortunately, it doesn't work for all projects (see #475).
We could display the date of the last crate update (or last commit) to get another indicator of the maintenance status of a crate. This should be easier to apply to all assets equally (except blogs and tutorials).
We could then even sort the assets by these dates, so that outdated assets are naturally pushed back in the list.
Contributor guide
Research direction
The payload names no files or tests; start by locating the assets page entry point and the existing Bevy-version display. Determine how crate or commit dates can be obtained and how blogs and tutorials are excluded; done means applicable assets show a last-update date and any agreed sorting behavior is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100