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

29-make-person-view-filterable-and-sortable #31

Merged
merged 7 commits into from
Dec 11, 2024

Conversation

raywo
Copy link
Collaborator

@raywo raywo commented Dec 10, 2024

No description provided.

raywo added 6 commits December 8, 2024 18:12
This commit introduces the `PersonSlotFilterComponent` and
`PersonSortButtonsComponent` to enable reuse.
Removed manual sorting and filtering logic in the GroupingComponent,
shifting to reusable components for sorting buttons and slot filters.
Updated the PersonService to allow sorting and filtering.
Introduced `PersonSearchComponent` to enable users to search for
persons within the list. Updated `PersonListComponent` to filter
results based on search input.
Renamed PersonSearchComponent and associated files to
SearchFieldComponent to reflect broader usage.
Integrate the SearchFieldComponent and implement dynamic person
filtering based on the search term in the grouping component.
Replaced local search logic in person components with centralized
filtering using slot and name filters in the PersonService.
Removed redundant search functionality and dependencies to streamline.
Updated components to reflect the new filtering system.
@raywo raywo linked an issue Dec 10, 2024 that may be closed by this pull request
Removed unused OnInit lifecycle and updated person filter handling for
clarity. Added a new template to display messages for unmatched name
filters, improving user feedback.
@raywo raywo merged commit 8473ac8 into main Dec 11, 2024
@raywo raywo deleted the 29-make-person-view-filterable-and-sortable branch December 14, 2024 09:33
raywo added a commit that referenced this pull request Jan 13, 2025
29-make-person-view-filterable-and-sortable
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.

Make person view filterable and sortable
1 participant