95 Commits (8faf229df9c729fd30ffcc0ec1649457af5081c7)

Author SHA1 Message Date
Kevin Mok 8faf229df9 Added global var to toggle console logging 7 years ago
Kevin Mok a0a1b86164 Implement getting user's entire library 7 years ago
Kevin Mok 5756642521 Added complete console logging for parsing library 7 years ago
Kevin Mok 2b98398b6c Fixed bug in get_artists_in_genre 7 years ago
Kevin Mok 3aa49cc4e1 Resolves #35 7 years ago
Kevin Mok 0c0520af8c Added most common genre to all tracks (closes #34) 7 years ago
Kevin Mok 85c178f2b3 Resolves #39 7 years ago
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
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
Chris Shyi 4698663a85 Rewrite generate_random_string() 7 years ago
Chris Shyi 3e35e52f45 Retrieve audio feature data from frontend 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
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
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
Kevin Mok 62cc6c8ccd Setup AudioFeatures table 7 years ago
Kevin Mok cdcc33c014 Setup Track table, modified models to data 7 years ago
Chris Shyi 27718743d7 Change artists field in Track 7 years ago
Chris Shyi b735887899 Bug fixes 7 years ago