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

Add 10 item limitation to filters on schedule a, b and e datatables #3779

Closed
4 tasks done
Tracked by #137
JonellaCulmer opened this issue May 21, 2020 · 1 comment · Fixed by #3780
Closed
4 tasks done
Tracked by #137

Add 10 item limitation to filters on schedule a, b and e datatables #3779

JonellaCulmer opened this issue May 21, 2020 · 1 comment · Fixed by #3780
Assignees
Milestone

Comments

@JonellaCulmer
Copy link
Contributor

JonellaCulmer commented May 21, 2020

What we're after: Following a brief outage on 5/21, we need to implement front-end filter limitations on Schedule A, B and E for: name, ZIP (limit 5), employer, occupation, and city.

Datatables where we're making the change: All receipts, Individual contributions, Disbursements, Independent expenditures

All receipts and individual contributions datatables:

  • Limit 10 for:
  • Name - contributor_name
  • Zip - contributor_zip
  • City - contributor_city
  • Occupation - contributor_employer
  • Employer - contributor_occupation

Disbursements datatable:

  • Limit 10 for:
  • Recipient name or ID - recipient_name (takes ID or name)
  • City - recipient_city

Independent expenditures datatable:

  • Limit 10 for:
  • Candidate name or ID (candidate_id)

Related ticket:

Completion criteria:

Future work:

  • Figure out how to log that the limit is triggered in the server logs
@patphongs
Copy link
Member

This work has already been merged, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants