-
Notifications
You must be signed in to change notification settings - Fork 11
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 a dashboard and exporting of pledge info #18
Comments
Oops. Is this a dupe of #8? |
No, This is for admins. That is for users. |
This will show everything and let us dump a CSV for excel magicks. |
And it also needs to allow us to cancel individual pledges. That feature is getting requested a few times. |
It's not, actually. I still have to export manually. On Wed, Jun 18, 2014 at 5:16 PM, Liam M [email protected] wrote:
|
Ah, thought it was. On Wed, Jun 18, 2014 at 7:17 PM, aaronlifshin [email protected]
|
Note that the infrastructure for this is largely in place. Once we finish backfilling the data, it should be trivial to modify the code to export pledges in a nice, clean way. Note, though, that the PAC does not consider the GAE data store the 'authority'. There is an accounting back end that is the authority. So our job here is just to get the data out of GAE and into that back end cleanly. Then data analysis reports come out of it. I've asked Brian to pull together some requirements for this; other priorities have (rightfully) kept him from it. |
In GAE. Doesn't have to be fancy.
The text was updated successfully, but these errors were encountered: