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

Implement Reset Filters Button on My Project Page #1915

Open
entrotech opened this issue Oct 22, 2024 · 0 comments
Open

Implement Reset Filters Button on My Project Page #1915

entrotech opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@entrotech
Copy link
Member

entrotech commented Oct 22, 2024

Overview

Action Items

  • Look at the above-mentioned wireframe.
  • Apply changes to the My Projects page to move the Search textbox and add a Reset Filter button.
  • The code to reset to the default criteria can be found on line 58 of the FilterDrawer.js component:
setCriteria({
     type: "all",
     status: "active",
     visibility: "visible",
     name: "",
     address: "",
     author: "",
     alternative: "",
     startDateCreated: null,
     endDateCreated: null,
     startDateModified: null,
     endDateModified: null,
     nameList: [],
     authorList: [],
     addressList: [],
     alternativeList: []
  });```


### Resources/Instructions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In progress (actively working)
Development

No branches or pull requests

3 participants