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

Provide Form 24 data when Form 3X is selected for 24/48 hour notices #3463

Closed
2 tasks done
Tracked by #146
JonellaCulmer opened this issue Jan 14, 2020 · 0 comments · Fixed by #3531
Closed
2 tasks done
Tracked by #146

Provide Form 24 data when Form 3X is selected for 24/48 hour notices #3463

JonellaCulmer opened this issue Jan 14, 2020 · 0 comments · Fixed by #3531
Assignees
Milestone

Comments

@JonellaCulmer
Copy link
Contributor

JonellaCulmer commented Jan 14, 2020

What we're after:

On the IE datatable, there are no results when selecting the 24- and 48-Hour Reports toggle and Form 3X is checkbox.

Root cause

The root cause is 24- and 48-Hour Reports that are Form 3X must be filtered using F24 instead of F3X, which it currently does.

Requirement

When 24-48 hour toggle is selected, the API call should filter filing_form as F24. Example API call: https://api.open.fec.gov/v1/schedules/schedule_e/?api_key=DEMO_KEY&sort_hide_null=false&sort_nulls_last=true&data_type=processed&is_notice=true&filing_form=F24&sort=-expenditure_date&per_page=30
Screen Shot 2020-01-16 at 11 49 02 AM

Completion criteria:

  • Results appear when 24- and 48-Hour Reports toggle is selected and Form 3X checkbox is checked.
  • The datatable results only include filing_form records that are F24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants