Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort view by date day and month only #1662

Open
mamarguerat opened this issue Feb 26, 2025 · 1 comment
Open

Sort view by date day and month only #1662

mamarguerat opened this issue Feb 26, 2025 · 1 comment
Labels
1. to develop Accepted and waiting to be taken care of enhancement New feature or request help wanted Extra attention is needed

Comments

@mamarguerat
Copy link

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

@mamarguerat mamarguerat added 0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request labels Feb 26, 2025
@blizzz blizzz added 1. to develop Accepted and waiting to be taken care of help wanted Extra attention is needed and removed 0. Needs triage Pending approval or rejection. This issue is pending approval. labels Feb 26, 2025
@blizzz
Copy link
Member

blizzz commented Feb 26, 2025

Hi @mamarguerat thanks for the suggestion. It is an interesting corner case, but I'd say a valid one. Interesting also would be the implementation, as on server side this would need to be baked into an SQL query. I don't think it is anything we'd tackle in the near future, but of course we'll take contributions :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants