Chris Shyi
bdc88b5bdb
Create separate page for audio features
...
An additional page where the user will be directed after logging in was
created. A link to the audio features display page was added to the
aforementioned page. Changes were made to the audio features graphing
function so that the categories are displayed in ascending order (was
random before).
2018-06-25 21:39:39 -04:00
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