You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(national map right side contribution size)
(DISCLOSURE.PRES_CA_CM_SCHED_LINK_SUM_20D / _16)
Filter: candidate_id, election_year
TODO: Consider using "size" filter like /schedules/schedule_a/by_size/ instead (in addition to? ) contribution_range_id
The total all contributions in the following ranges:
-0 $200 and under
-200 $200.01 - $499.99
-500 $500 - $999.99
-1000 $1000 - $1999.99
-2000 $2000 +
SELECT contb_range_id AS contribution_range_id,
-- TODO: Add size? more readable for devs
ROUND(contb_receipt_amt) AS contribution_receipt_amount
FROM DISCLOSURE.PRES_CA_CM_SCHED_LINK_SUM_20D
order by contb_range_id
lbeaufort
changed the title
[presidential map] Make endpoint for aggregates (by_state, by_size)
Make endpoints for aggregates (by_state, by_size)
Feb 3, 2020
Summary
Design ticket: #4175
3) /presidential/contributions/by_size/
(national map right side contribution size)
(DISCLOSURE.PRES_CA_CM_SCHED_LINK_SUM_20D / _16)
Filter: candidate_id, election_year
TODO: Consider using "size" filter like /schedules/schedule_a/by_size/ instead (in addition to? ) contribution_range_id
The total all contributions in the following ranges:
-0 $200 and under
-200 $200.01 - $499.99
-500 $500 - $999.99
-1000 $1000 - $1999.99
-2000 $2000 +
===========================================================
4) /presidential/contributions/by_state/
(national map circle per candidate):
(view on DISCLOSURE.PRES_CA_CM_SCHED_A_JOIN_20D / _16
Filter: candidate_id, election_year
Completion criteria
The text was updated successfully, but these errors were encountered: