Commit Graph

7 Commits

Author SHA1 Message Date
Chris Shyi
c518556126 Draw audio feature bar charts
Started work on drawing the bar charts for audio features.
2018-06-15 17:03:49 -04:00
Chris Shyi
3e35e52f45 Retrieve audio feature data from frontend
Added user_secret field to User. Set up a basic JavaScript function for
querying audio feature data from the frontend.
2018-06-09 21:30:26 -04:00
Chris Shyi
0e69d3d190 Removed test_db.js 2018-06-08 19:50:50 -04:00
Chris Shyi
797115e9cb Clean up utils.py to use database
Uses of the original library_stats dictionary in utils.py were either removed or commented out, replaced by the saving of models into the database.
2018-06-08 18:45:16 -04:00
79aedc655d Trying to pass artist data from db to frontend 2018-06-07 21:48:38 -04:00
Chris Shyi
e5151a1b92 Add user_data.js
Script will be used to obtain data from server for D3 consumption.
2018-06-04 09:38:38 -04:00
Chris Shyi
f52e88f83a Start implementing AJAX
Problem with cross origin requests, need to do more research.
2018-06-03 16:04:26 -04:00