-
Notifications
You must be signed in to change notification settings - Fork 31
Revisit design of Sched. A + B data on committee pages #284
Comments
So the original concept around this was to show a visual breakdown of the amount of money raised in the form of different sizes of contributions, like so: But keeping in mind that the goals of many users is to see which people, organizations and companies are tied to a particular candidate I'm wondering if we want to show anything else in this regard? Or even a chart of the contributions over time or by geography? |
Also, I'm thinking this makes sense as a separate tab both to keep the Two-Year Summary tab from being overcrowded and to make it easily discoverable. |
Any aggregates we show will need to be precomputed--I'll verify, but I'm pretty sure these will be too expensive to build dynamically. I filed a separate issue at https://github.com/18F/openFEC/issues/1006 to talk about which aggregates we'll need on the API side. |
Cool. I like Lindsay's sub-totals:
|
Ok, here's an update with showing Top Committees and Top Individuals. The idea Lindsay and I discussed is that for committees that have max contribution limits, we just show every transaction that has a YTD aggregate amount at the max, explaining that there may be duplicates. On the interface I think this works by making the entire mini-table scrollable. If the committee does not have limits, we can just show the top transactions, sorted by aggregate amount. |
Maybe I'm misunderstanding, but why allow duplicates at all? I just did a quick check, and the top 20 contributors to Obama for American in 2012 are all the Obama Victory Fund 2012. In any case, we might want to use our own aggregates here anyway, since these queries (like basically all aggregates on the itemized reports) will often be too slow to run dynamically. |
Yeah, I mean if we can avoid duplicates all the better. |
Also I think it better to use pagination for the list of individuals instead of scroll, but not positive. |
@jenniferthibault and @LindsayYoung could you both weigh in on this? |
Totally right on column labels. And yeah, I think the horizontal one isn't working and also +1 to a hover on the other chart. To clarify: the only thing we can visualize is the amount of money given in different amounts, not the number of contributors (we have no way of de-duping individual contributors, so just have the transaction as the unit of measurement). I'd love some help on the mocks! Let me know if you want the Sketch file otherwise you can go to town (sketching or high fidelity is fine). |
Nice, yeah this helps. I think I prefer the second version in this case, for a couple reasons:
I think I'd make the labels look more different from the chart title (both in terms of font style and border), but other than that I think it looks good. Also, we already have the template for those types of charts, so it'll be easy to implement a first draft. |
I would also prefer the bar chart to the smoothed histogram. Histograms make more sense with many uniform bins (e.g. 100-199, 200-299, etc.), but we're using a small number of non-uniform bins, such that the smoothing gives the illusion of more precision than we actually have. The bar chart is a simple and accurate representation of the data. |
👍 I'll post the mock in #fec-partners to get reactions from stakeholders. |
+1 to the histogram being more precise Going back to the duplicate conversation. For looking for individual donors, can show a list of schedule As sorted contb_aggregate_ytd- We will need to explain that that it is reported by committee and just for the year, unlike our normalized data. The problem comes for super-pacs so if Sheldon Adelson makes a two, one-million dollar contributions the list would look like
People don't have identifiers and we can't perfectly deal with duplicates, so we are stuck showing the data as is. |
I am thinking that instead of having the top lists, it would be much easier to show the a schedule A query-able view where it defaults to sorting by the year to date totals, that way you are seeing top donors, but we are not making any calculations or doing any modifications that would be hard to defend. I do think that the top contributor lists would be better for for non-experts, so there is a trade-off. |
I'd really prefer to keep things to a simple list if possible. What if instead of showing YTD totals, we just make the individuals list a list of the "Top Contributions from Individuals", showing Name, Amount and Date, and maybe a link to the image? We're providing a link to the query view of schedule A so I'd rather not duplicate the data on this page. |
This may be too early for design-oriented feedback, but I'm still having a hard time visually associating the bar chart and the number value. Could they be moved closer to one another, and possibly put "View" into the column on the farthest right? (I tried this out in my last mockup above, curious to hear others' thoughts) |
@jenniferthibault oops! I missed that. Yes, I like that idea more, too. I'm moving the remaining tasks in this issue to a new one ( #316 ) to keep things clean. |
Goal: Need to decide how we're going to show Schedule A and B data on the committee pages.
Criteria: FEC give the 👍 to static comps.
Steps:
The text was updated successfully, but these errors were encountered: