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

Add support for controlling metadata rendering in the query #278

Merged
merged 6 commits into from
Feb 1, 2024

Conversation

jamiebrynes7
Copy link
Owner

No description provided.

Refactor query parsing to be more reusable and structured. Also convert
the sorting to an enum to make it easier to use.
This enum will be define which elements of the task to render in a given
query. By default, we render all of them (due date, tags, project,
description).
This means we can avoid prop-drilling it
This allows finer grained control of what gets rendered in the task list
If there was no datetime, then some of the parsing would fail
@jamiebrynes7 jamiebrynes7 merged commit 91aeb03 into develop Feb 1, 2024
1 check passed
@jamiebrynes7 jamiebrynes7 deleted the feature/control-metadata-rendering branch February 1, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant