codeforamerica / abq-financial-wellness-wizard

A financial evaluation tool for organizations to connect with financial literacy, capabilities training, and monetary assistance.
http://codeforamerica.github.io/abq-financial-wellness-wizard/
2 stars 4 forks source link

Automate data page #112

Closed boonrs closed 8 years ago

boonrs commented 9 years ago

Closes #111, #110, #109.

URLs for existing pages have been updated to the following:

ezbycer commented 9 years ago

@jenningshanna and @williamtyner - please take a look at this ASAP and let me know if anything comes to mind.

williamtyner commented 9 years ago

:+1:

jenningshanna commented 8 years ago

@ezbycer: Been testing this and discovered a roadblock. I'll do my best to describe what is happening w/ screencaps:

When creating the Zapier hook I ran into this: screen shot 2015-11-17 at 11 57 08 am

So I went back to formkeep but it won't allow me to go to the next step until data is collected: screencapture-formkeep-com-f-f814a946d026-1447790256573

I tried to go to my local url and add the formkeep form ID http://127.0.0.1:4000/abq-financial-wellness-wizard/?formkeep=f814a946d026. And when I submitted this form it worked but the data went to the original demo bucket on formkeep: screencapture-formkeep-com-f-b9d28c2f741a-submissions-1107783-1447790652825

boonrs commented 8 years ago

I was able to successfully submit a form on my local machine. Perhaps you are not on the correct branch.

@jenningshanna can you confirm you're on the correct branch with the most recent code? Perform the following steps in the terminal to verify this:

Then try submitting the form again.

jenningshanna commented 8 years ago

I also got the form to submit but now I cannot get it to generate the report for the new tab I created in the google sheet. Please take a look @boonrs

/abq-financial-wellness-wizard/manage/?b=testing-one

boonrs commented 8 years ago

The directions were wrong for the naming convention for the sheets. It assumes the corresponding sheet is all upper case with dashes. I updated the sheet to TESTING-ONE and it worked.

The naming convention of the sheets can be changed to whatever you specify. I'll just need to update the code according to your rules.

jenningshanna commented 8 years ago

Okay @boonrs, last request: if there is no PNG present then remove this area. Otherwise good to go! :shipit:

ezbycer commented 8 years ago

@boonrs I think you can go ahead and merge this if the above issues have been resolved