jnf / blinder

We use Blinder to collect and review responses to event RFPs.
MIT License
6 stars 8 forks source link

Ticky boxes of questions to export to CSV #91

Open carols10cents opened 8 years ago

carols10cents commented 8 years ago

As a conference organizer, I've wanted to have various pieces of data in various spreadsheets at various times.

When we are discussing final talk selection, I want:

When I am sending out acceptance notification emails, I want:

When I am working on the website, I want:

When I am ordering t-shirts, I want:

So I guess an export of all the data in CSV would work, since I could then just delete/hide columns I wasn't interested in... bonus points though for an export screen that shows all the questions with ticky boxes then generates a CSV with just the answers for those questions in it.

Right now my workaround is to rails c and poke around until i find the question IDs of the info i want, then make a query with that, and lots of .join(',').

Just wanted to write this down so I didn't forget... Hopefully I'll work on this before the next time I'm frantically using blinder with self-imposed, looming deadlines ;)