Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Refactor filter components to make them easier to maintain and more reliable #13035

Closed as not planned
Assignees
BrunoQuaresma
Labels
siteArea: frontend dashboard
@BrunoQuaresma

Description

@BrunoQuaresma

Right now, our filter components are not easier to maintain because of the base abstraction that is hard to extend, change, or test. To make that better I think we can:

  • Split the current filter component into minor components so each resource can have its filter component
  • Create tests for each of these new components
  • Create e2e tests for the filters

After that we can safely improve the data load from:

  • Template filter
    • Only fetch templates if there is a selected template.
    • When "All templates" is selected, it only should fetch data on click.
  • User filter
    • Only fetch users if there is a selected user.
    • When "All users" is selected, it only should fetch data on click.
    • When the selected user is the logged-in user, use the current user profile data instead of fetching data.

Metadata

Metadata

Assignees

Labels

siteArea: frontend dashboard

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp