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

feat: add search bar to Donation Forms screen #3845

Closed
12 tasks done
kevinwhoffman opened this issue Nov 15, 2018 · 2 comments
Closed
12 tasks done

feat: add search bar to Donation Forms screen #3845

kevinwhoffman opened this issue Nov 15, 2018 · 2 comments
Assignees

Comments

@kevinwhoffman
Copy link
Contributor

kevinwhoffman commented Nov 15, 2018

Feature Request

User Story

As a user, I want a search bar on the Donation Forms screen so that it I have more control over searching for forms like I do with donations and donors.

Visuals

image

Possible Solution

Use the same search bar UI from the Donations screen, but make sure the behavior reflects the acceptance criteria below.

The Forms dropdown should contain the following options:

  • Any Goal Status
  • Goal Achieved
  • Goal In Progress
  • Goal Not Set

Acceptance Criteria

  • The old search box in the upper right has been removed.
  • When a string is entered into search, only forms whose names or IDs that contain that string are displayed.
  • When start and end dates are provided, only forms published between those dates are displayed.
  • When only a start date is provided, it shows all forms created after that date.
  • When only an end date is provided, it shows all forms created before that date.
  • When Any Goal Status is selected, all forms are displayed.
  • When Goal Achieved is selected, only forms with completed goals are displayed.
  • When Goal In Progress is selected, only forms with incomplete goals are displayed.
  • When Goal Not Set is selected, only forms without goals are displayed.
  • The date filters work with a non-default date format in WP settings.
  • Each field label is aligned vertically with its respective input.
  • Use the custom table to render form list table (WP_LIst_Table).
@nishitlangaliya
Copy link
Contributor

Slack Call Summary

Participants: @nishitlangaliya @ravinderk
Topic: Discussion Regarding dependency of #3818
Result: I had a query regarding dependency of #3818 so for that @ravinderk suggested to take pull of this branch and merge into my current branch and once I will finish from my side I will create PR and create dependency of #3818.

@kakshak
Copy link

kakshak commented Dec 4, 2018

Slack Call Summary

Participants: @kakshak @ravinderk
Topic: Discussion Regarding list the table using WP_List_Table
Result: I had a query regarding advanced search functionality after migrating the data using WP_List_Table but @ravinderk suggested that create the PR for that and he will work around this functionality and look over it.

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

No branches or pull requests

4 participants