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 data table descriptions #2495

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions fec/data/templates/partials/advanced/filings-reports.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,21 @@
<i class="icon i-magnifying-glass icon--absolute--left"></i>
<div class="content__section--indent-left">
<h4><a href="/data/filings">All filings</a></h4>
<p>Search for reports, statements, and filings submitted by committees and filers. Search by committee name, candidate, receipt date, form type and more.</p>
</div>
</li>
<li>
<i class="icon i-magnifying-glass icon--absolute--left"></i>
<div class="content__section--indent-left">
<h4><a href="/data/reports/presidential/?is_amended=false">Presidential committee reports</a></h4>
<p>Search financial disclosure reports filed by presidential committees on Form 3P. Search by committee name, candidate, amount of financial activity and report name.</p>
</div>
</li>
<li>
<i class="icon i-magnifying-glass icon--absolute--left"></i>
<div class="content__section--indent-left">
<h4><a href="/data/reports/house-senate">House and Senate committee reports</a></h4>
<p class ="u-margin--bottom">Search financial disclosure reports filed by House and Senate committees on the Form 3. Search by committee name, candidate, amount of financial activity and report name.</p>
<div class="js-accordion accordion--neutral" data-content-prefix="house-senate">
<button type="button" class="js-accordion-trigger accordion__button">Download this data as .CSV to use on your own</button>
<div class="accordion__content">
Expand All @@ -38,6 +41,7 @@
<i class="icon i-magnifying-glass icon--absolute--left"></i>
<div class="content__section--indent-left">
<h4><a href="/data/reports/pac-party">PAC and party committee reports</a></h4>
<p>Search financial disclosure reports filed by political action committees (PACs) and party committees on Form 3X. Search by committee name, amount of financial activity and report name.</p>
</div>
</li>
<li>
Expand Down
1 change: 1 addition & 0 deletions fec/data/templates/partials/advanced/loans-debts.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<i class="icon i-magnifying-glass icon--absolute--left"></i>
<div class="content__section--indent-left">
<h4><a href="/data/loans">Loans</a></h4>
<p>Search loans owed by or to committees. Search by committee, loaner’s name, date the loan was incurred, original loan amount and payments made.</p>
</div>
</li>
<li>
Expand Down
3 changes: 2 additions & 1 deletion fec/data/templates/partials/advanced/raising.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@

<section class="row" id="raising" aria-hidden="false" role="tabpanel">
<h2>Raising</h2>
<p>Receipts are anything of value, like money, services or property.</p>
<h3>Search or browse data</h3>
<div class="content__section--ruled-responsive t-sans">
<ul>
<li>
<i class="icon i-magnifying-glass icon--absolute--left"></i>
<div class="content__section--indent-left">
<h4><a href="/data/receipts/">All receipts</a></h4>
<p>Receipts are anything of value, like money, services or property. Search candidate and committee receipt data by contributor, amount and date.</p>
<p>Search candidate and committee receipt data by contributor, amount and date.</p>
</div>
</li>
<li>
Expand Down
5 changes: 3 additions & 2 deletions fec/data/templates/partials/advanced/spending.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@
<li>
<i class="icon i-magnifying-glass icon--absolute--left"></i>
<div class="content__section--indent-left">
<h4 class="u-padding--bottom"><a href="/data/party-coordinated-expenditures/">Party coordinated expenditures</a></h4>
<h4><a href="/data/party-coordinated-expenditures/">Party coordinated expenditures</a></h4>
<p>Search <span class="term" data-term="coordinated party expenditure" title="Click to define" tabindex="0">party coordinated expenditures</span> by specific national or state party committee, candidate and payee.</p>
</div>
</li>
<li>
<i class="icon i-magnifying-glass icon--absolute--left"></i>
<div class="content__section--indent-left">
<h4><a href="/data/electioneering-communications/">Electioneering communications</a></h4>
<p class ="u-margin--bottom">Search electioneering communications for communications that support or oppose specific candidates. Search by date and amount spent.</p>
<p class ="u-margin--bottom">Search <span class="term" data-term="electioneering communication">electioneering communications</span> by the spender, candidate mentioned, date, or amount spent.</p>
<div class="js-accordion accordion--neutral" data-content-prefix="electioneering-communications">
<button type="button" class="js-accordion-trigger accordion__button">Download this data as .CSV to use on your own</button>
<div class="accordion__content">
Expand Down