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
3 tasks done
entrotech opened this issue Oct 22, 2024 · 1 comment · May be fixed by #1944
Open
3 tasks done

Implement Reset Filters Button on My Project Page #1915

entrotech opened this issue Oct 22, 2024 · 1 comment · May be fixed by #1944
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: []
  });```
- [ ] Once finalized, add  before and after images to the [staging deck on this slide](https://docs.google.com/presentation/d/1crZ3IxqA4hAu3qzD7ns93Ieuqjwh6wyEtuX_46cP-fg/edit#slide=id.g31011179ea8_0_6)
- [ ] get Stakeholder sign-off via the stakeholder meeting slide deck.

### Resources/Instructions

@ExperimentsInHonesty
Copy link
Member

@heejung-hong It was decided in today's stakeholder meeting to make the button look like this
image

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

Successfully merging a pull request may close this issue.

3 participants