playasoft / grants

An online question and answer system for receiving grant funding from non-profits
GNU Affero General Public License v3.0
3 stars 3 forks source link

Add export feature #72

Closed marcj303 closed 5 years ago

marcj303 commented 7 years ago

Add an export for the application and scores views to be imported to a spreadsheet. This is helpful for scoring meetings as well as individual notes etc.

itsrachelfish commented 5 years ago

@Meleeman01 - @marcj303 Gave me copies of the manual exports that were used in previous years. Some of the data in these exports is based on dynamically generated questions so it's going to be necessary to create a migration which adds a new column to the questions table for marking certain questions as being included in exports.

Basic application data which is already available

Dynamic question fields

Empty fields for judges

The empty fields for judges won't include any data, they are just created as placeholders for judges to fill in during their meetings.

itsrachelfish commented 5 years ago

Finished a while back thanks to @Meleeman01