Skip to content

Conversation

martin-trajanovski
Copy link
Collaborator

@martin-trajanovski martin-trajanovski commented Aug 6, 2025

Description

Short description of the pull request

Motivation

Background on use case, changes needed

Fixes:

Please provide a list of the fixes implemented in this PR

  • Items added

Changes:

Please provide a list of the changes implemented by this PR

  • changes made

Tests included

  • Included for each change/fix?
  • Passing? (Merge will not be approved unless this is checked)

Documentation

  • swagger documentation updated [required]
  • official documentation updated [nice-to-have]

official documentation info

If you have updated the official documentation, please provide PR # and URL of the pages where the updates are included

Backend version

  • Does it require a specific version of the backend
  • which version of the backend is required:

Summary by Sourcery

Refactor dataset and proposal filtering to a shared, configurable filter architecture and modernize the proposal dashboard into composable components

New Features:

  • Introduce SharedFilterComponent and SharedFilterModule to replace individual filter components
  • Add FullTextSearchBarComponent and FullTextSearchBarModule for unified text searching
  • Create ProposalTableComponent, ProposalSideFilterComponent, and ProposalSearchBarComponent for the proposal dashboard

Enhancements:

  • Unify dataset filter actions and selectors into generic multiselect, dateRange, and text filters
  • Replace fetchCountAction with fetchFacetCountsAction and update effects/reducers to handle facet counts
  • Refactor proposal-dashboard.component and datasets-filter.component to use shared filter modules and stream queryParams

Tests:

  • Update unit tests and selectors to match new filter types and facet counts
  • Adjust Cypress tests to trigger searches via search-button instead of direct input

Junjiequan and others added 30 commits July 28, 2025 14:30
…ponent and ProposalSearchBarComponent

add shared-filter component and shared full-text-search-bar component

replace count with fullfacet
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.

2 participants