Sort view by date day and month only
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
Is your feature request related to a problem? Please describe.
I use tables to manage a member list, and I would like to see the anniversary list sorted by date. The only possibility right now is to sort by date, including the year.
Describe the solution you'd like
I would like to sort by date, excluding the year to get a good birthday list.
Describe alternatives you've considered
No response
Additional context
For example (YYYY-MM-DD) 2001-05-19 and 2002-01-14 should sort this way
2002-01-14
2001-05-19
and not this way
2001-05-19
2002-01-14
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 locating the table view's date-sorting entry point and reproduce the issue with 2001-05-19 and 2002-01-14. The work is done when sorting anniversary dates compares month and day while ignoring the year, without changing ordinary date sorting.
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