馃摙 #GazaVerified archive changes
The number of campaigns in the initiative has grown over time, and donors have in some cases been stretched thin across multiple campaigns.
This means that, unfortunately, there are many campaigns that are currently receiving $0/week.
The situation has prompted me to add a last_donation_time field both to the API and to the UI in order to better prioritize aid.
What changes:
- The campaigns page now sorts by
<amount:asc, last_donation_time:asc>by default (previously, it was only byamount:asc). So, if many campaigns have failed to collect anything in the past week, they鈥檒l be sorted by when they received the latest donation. A campaign that received the last donation 2 months ago should probably be prioritized more than one that received it 8 days ago. - The campaign page now also reports a Last Donation field for each campaign (on top of the existing Last Activity), so anyone who scrolls the list can immediately spot accounts that haven鈥檛 received any help in a long time.
Thanks to @davidculley for reporting the issue.
As a reminder, the source code both of the archive and the gaza-verified website are open, and anyone can contribute to them.