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

✨ feature: Add filter options to data tables #171

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

Conversation

m1212e
Copy link
Member

@m1212e m1212e commented Jan 8, 2025

Adds the option to filter rows by customizeable fields in a data table

@m1212e m1212e added the feature New feature label Jan 8, 2025
@m1212e m1212e linked an issue Jan 8, 2025 that may be closed by this pull request
Copy link

github-actions bot commented Jan 8, 2025

🥷 Ninja i18n – 🛎️ Translations need to be updated

Project /project.inlang

lint rule new reports level link
Message without source 2 warning contribute (via Fink 🐦)
Missing translation 2 warning contribute (via Fink 🐦)

@m1212e
Copy link
Member Author

m1212e commented Jan 8, 2025

Should merge after #166

@m1212e
Copy link
Member Author

m1212e commented Jan 8, 2025

@Strehk Is there a list of filter options which should be implemented? I added a generic way to set filter options on the data table component and we basically just need to know which filter options to offer.

@Strehk
Copy link
Member

Strehk commented Jan 9, 2025

I think the most important ones for now are in the participants-table:

  • filter by participation type (delegate, single part., supervisor)
  • filter by (not) part of the conference (via assigned roles)
  • filter entries with and without supervisors
  • filter underaged / over 18

@Strehk
Copy link
Member

Strehk commented Jan 15, 2025

Oh and "no committee" for the participant-table and the counterpart "seats not assigned" in the delegations-table would be useful i think :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table filters
2 participants