Formatting of EINs on /charity page#26
Conversation
|
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-02-09 04:30:54 CET |
|
Also, unrelated to this PR but somewhat related: I was trying to write some Python code to calculate a nonprofit's government contributions, both directly from the government and from other organizations that take government funds that contribute to said charity, using the charities CSV and the grants CSV from the /expose page. However, I see you've already added it here. Did this come from an online source, or did you calculate it yourself? It appears you have calculated it somehow, since a value corresponding to the "Indirect Government Monies (Est)" appears in the unzipped |
… ein in XX-XXXXXXX format
…lumn width using Tailwind
…lace to use xero's regex rather than string
b1f6779 to
1e2d522
Compare
|
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-05-06 22:25:49 CET |
Edited query field to allow for dash when inputting EIN. Now a user can properly search an EIN whether or not there is a dash.
Also showing the dash in the EIN column of the table, and added a
min-widthin the CSS for that column so that it doesn't take up two lines. Please let me know if that CSS is not kosher or if you'd prefer I do it some other way.