157 Commits (b5152f988f2b11944423001d3c4170f3e1e7b7e4)
 

Author SHA1 Message Date
Kevin Mok 3fe52343aa Use "several" API call to get audio features 7 years ago
Chris Shyi 4c55744db8 Update docstring for parse_library() 7 years ago
Chris Shyi bdc88b5bdb Create separate page for audio features 7 years ago
Kevin Mok bd597cdc23 Use "several" API call to get artist genres 7 years ago
Kevin Mok df9547293f Changed all existing pages to use a dark bg 7 years ago
Kevin Mok 709ed9b491 Added most common genre for tracks with 1 artist 7 years ago
Kevin Mok 4e1a6df89e Store genres in artists as m2m field (#34) 7 years ago
Kevin Mok de93bd7b0a Store counts for genres in Genre model 7 years ago
Chris Shyi df36f07080 Made scale labels nicer for the audio feature graphs 7 years ago
Chris Shyi e614b373df Fix program crash when AudioFeatures is missing 7 years ago
Chris Shyi 0714586e07 Fix program crash when AudioFeatures is missing 7 years ago
Kevin Mok 78eb3e5688 Updated environment_setup.md 7 years ago
Chris Shyi 1ffbc1b692
Update environment_setup.md 7 years ago
Chris Shyi be815086c0 Use secrets.py to generate user secret 7 years ago
Chris Shyi a6260485ac Updated function docstring 7 years ago
Chris Shyi c2c41e82c1 Rewrite drawAudioFeatGraph() 7 years ago
Chris Shyi 4926eb57e8 Make drawAudioFeatGraph() more generic 7 years ago
Chris Shyi 840152b99e Add title to audio feature graphs 7 years ago
Chris Shyi fcb894fcb9 Refactor audio feature graph code 7 years ago
Chris Shyi bb97095398 Draw bar chart for instrumentalness 7 years ago
Chris Shyi c518556126 Draw audio feature bar charts 7 years ago
Kevin Mok 9875cbeb68 Moved script to create genre graph to static file 7 years ago
Kevin Mok f71ba20116 Fixed bars not being at right height 7 years ago
Kevin Mok 162b2dad37 Setup color range for bars 7 years ago
Kevin Mok 2342e6ef49 Initial setup of stacked bar chart for genres 7 years ago
Kevin Mok 7b968c9d86 Include artist breakdown in get_genre_data 7 years ago
Kevin Mok 05b5cc404a Trying to get correct artist breakdown in genres 7 years ago
Kevin Mok 98b14b9000 Add top genre to Track object 7 years ago
Chris Shyi 4698663a85 Rewrite generate_random_string() 7 years ago
Chris Shyi 3e35e52f45 Retrieve audio feature data from frontend 7 years ago
Chris Shyi 3cf3eef7ac Merge branch 'in-progress' of https://github.com/chrisshyi/spotify-lib-vis into in-progress 7 years ago
Chris Shyi 9d43048067 Clean up views.py and utils.py further 7 years ago
Kevin Mok ea5990d048 Fixed duplicate key error in save_track_obj 7 years ago
Kevin Mok 59787847a5
Merge pull request #30 from Kevin-Mok/in-progress 7 years ago
Kevin Mok 6e77307372
Merge pull request #29 from chrisshyi/in-progress 7 years ago
Chris Shyi ef7933fb67
Delete 0003_auto_20180608_2007.py 7 years ago
Chris Shyi d995a15444
Delete 0002_auto_20180608_2002.py 7 years ago
Chris Shyi 53f78853d9
Delete 0001_initial.py 7 years ago
Chris Shyi 92d5d174e8 Modify maximum field length 7 years ago
Chris Shyi fd7a031bf2 Fix incorrect usage of update() 7 years ago
Chris Shyi 0e69d3d190 Removed test_db.js 7 years ago
Chris Shyi 90dbda4336 Removed UserAudioSummary class 7 years ago
Chris Shyi 797115e9cb Clean up utils.py to use database 7 years ago
Chris Shyi 29ab115f91 Merge branch 'in-progress' of https://github.com/Kevin-Mok/spotify-lib-vis into in-progress 7 years ago
Kevin Mok 79aedc655d Trying to pass artist data from db to frontend 7 years ago
Chris Shyi b66cf1dd87 Delete all migrations and start anew 7 years ago
Chris Shyi 3ee6bb50a5 Merge branch 'database' of https://github.com/chrisshyi/spotify-lib-vis into database 7 years ago
Chris Shyi 77662a6a5e Merge branch 'database' of https://github.com/Kevin-Mok/spotify-lib-vis into database 7 years ago
Kevin Mok 62cc6c8ccd Setup AudioFeatures table 7 years ago
Kevin Mok cdcc33c014 Setup Track table, modified models to data 7 years ago