gnarlinsky / fab-lab-signin

Sign in to the Fab Lab space and other things
1 stars 0 forks source link

Data export? #38

Open Geph opened 10 years ago

Geph commented 10 years ago

I can't remember - do we have a way to get this out into an excel spreadsheet or anything?? That's probably the only major functionality left that I don't know how to work on...

gnarlinsky commented 10 years ago

The easiest/fastest way I can think of right now is something like this: an "Export to CSV" button in the "admin" section that will basically just call a shell script that uses command-line sqlite to write the data in the relevant tables to a .csv file. Then we can just open the .csv in the browser, or maybe after hitting the "Export to CSV" button, the user would be asked for a location to save the file.