FreetailHackers / gavel

Gavel is a project expo judging system :bar_chart:
http://www.anishathalye.com/2016/09/19/gavel-an-expo-judging-system/
GNU Affero General Public License v3.0
0 stars 1 forks source link

Add an upload csv button to the admin panel #1

Closed rjchee closed 7 years ago

rjchee commented 7 years ago

Currently, the admin panel allows us to add judges and projects by pasting in a csv into a form. It would be nice to have an option to just upload a csv file.

Also, allow for uploading and processing XLS/XLSX files with python's xlrd package.

After processing, send data to the databases and have changes reflected in GUI