-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Add filtering, sorting and grouping for created date #1741
Comments
I can grab this one, because the description is fully detailed for the needed implementation. |
Hi @vanadium23, oh that’s great. Thank you. The searching and sorting should be clear, I hope Please could that go in a first PR? I will add some more info shortly about the grouping one. |
Ignore that ordering suggestion - I might have a better idea by the time I've finished writing up the grouping steps. |
The Grouping implementationThe description in #1549 now contains info describing the old grouping code and the new. It was my intention to migrate all the old grouping instructions to the new mechanism, but that hasn't happened yet. I hope it will give you enough info to:
Order of WorkKent Beck says something like "Make the change easy, then make the easy change". I think if you were to do the above for Then once that was merged, a second PR would be to provide the new |
FYI I'm going to 'assign' this to you, @vanadium23 ... This doesn't mean you are 'required' to do it, it just reminds me and lets others know that someone has volunteered to try and take a look... |
🔖 Feature description
This is to remind me to implement filtering, sorting and grouping for the new created date field that was added in #1723.
This ticket is actually a duplicated of #98, but discussions cannot be added to GitHub projects.
✔️ Solution
DateField
implementationCreateDateField
class, inheritingDateField
DateField
Field
filters.md
,sorting.md
,grouping.md
andquick reference
)❓ Alternatives
No response
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: