Kevin Mok
4ff1bc6744
Setup Sass for Bootstrap and Darkly theme
Genre graph stopped showing up for whatever reason.
6 years ago
Kevin Mok
8b1344d453
Split spotifyvis code into different apps ( #47 )
Server is able to start, but none of the apps are linked together yet.
7 years ago
Chris Shyi
f624414701
Refactor audio features graph code
Closes #44 . Audio features graph code is now in an external .js file.
Also closes #45 .
7 years ago
Chris Shyi
8851c5ce25
Set up artist bubble chart
Major changes:
- Set up preliminary artist bubble chart, font too small
- Wrote shell script for resetting database
7 years ago
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).
7 years ago
Kevin Mok
df9547293f
Changed all existing pages to use a dark bg
7 years ago
Chris Shyi
c518556126
Draw audio feature bar charts
Started work on drawing the bar charts for audio features.
7 years ago
Kevin Mok
9875cbeb68
Moved script to create genre graph to static file
- sorted artists in bar by most to least, bottom to top
- wrap x-axis labels by bar width
- increased track name length (program crashed on a track name)
7 years ago
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.
7 years ago
Chris Shyi
0e69d3d190
Removed test_db.js
7 years ago
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.
7 years ago
Kevin Mok
79aedc655d
Trying to pass artist data from db to frontend
7 years ago
Chris Shyi
e5151a1b92
Add user_data.js
Script will be used to obtain data from server for D3 consumption.
7 years ago
Chris Shyi
f52e88f83a
Start implementing AJAX
Problem with cross origin requests, need to do more research.
7 years ago