118 Commits (4811e1b62316c81fa70fab24492101d70f52ff76)
 

Autor SHA1 Mensaje Fecha
Chris Shyi fd7a031bf2 Fix incorrect usage of update() hace 7 años
Chris Shyi 0e69d3d190 Removed test_db.js hace 7 años
Chris Shyi 90dbda4336 Removed UserAudioSummary class hace 7 años
Chris Shyi 797115e9cb Clean up utils.py to use database hace 7 años
Chris Shyi 29ab115f91 Merge branch 'in-progress' of https://github.com/Kevin-Mok/spotify-lib-vis into in-progress hace 7 años
Kevin Mok 79aedc655d Trying to pass artist data from db to frontend hace 7 años
Chris Shyi b66cf1dd87 Delete all migrations and start anew hace 7 años
Chris Shyi 3ee6bb50a5 Merge branch 'database' of https://github.com/chrisshyi/spotify-lib-vis into database hace 7 años
Chris Shyi 77662a6a5e Merge branch 'database' of https://github.com/Kevin-Mok/spotify-lib-vis into database hace 7 años
Kevin Mok 62cc6c8ccd Setup AudioFeatures table hace 7 años
Kevin Mok cdcc33c014 Setup Track table, modified models to data hace 7 años
Chris Shyi 27718743d7 Change artists field in Track hace 7 años
Chris Shyi b735887899 Bug fixes hace 7 años
Kevin Mok 549af96db7 Setup Artist table hace 7 años
Kevin Mok c17d318f7d Merge branch 'master' of https://github.com/Kevin-Mok/spotify-lib-vis into database hace 7 años
Kevin Mok b7f8a17bba
Merge pull request #27 from chrisshyi/master hace 7 años
Chris Shyi 248e9b0ab6 Change database settings hace 7 años
Kevin Mok e07fd0965a Added Vim folds to models.py and utils.py hace 7 años
Chris Shyi 3fdf3029e2 Merge branch 'database' of https://github.com/Kevin-Mok/spotify-lib-vis hace 7 años
Chris Shyi 6380ba9c16 Merge branch 'master' of https://github.com/chrisshyi/spotify-lib-vis hace 7 años
Chris Shyi e5151a1b92 Add user_data.js hace 7 años
Kevin Mok 9fb37f0615 Wrote up proposed model design for database hace 7 años
Chris Shyi 0796e4190d Merge branch 'master' of https://github.com/chrisshyi/spotify-lib-vis hace 7 años
Chris Shyi 003c630dd4 Fix audio feature analysis missing bug hace 7 años
Chris Shyi f52e88f83a Start implementing AJAX hace 7 años
Chris Shyi a508337363 Fix import in tests.py hace 7 años
Kevin Mok 032cf5717e Started on (flawed) database models hace 7 años
Kevin Mok 53b7bb5d41 Started on (flawed) database models hace 7 años
Kevin Mok c831e5b9a8 Initial design for database hace 7 años
Kevin Mok e87d121804
Merge pull request #23 from chrisshyi/master hace 7 años
Chris Shyi e01331f951 Process library_stats hace 7 años
Chris Shyi 46df571855 Compute the average and std_dev for popularity hace 7 años
Chris Shyi c9de0395a4 Refactor helper functions in views.py hace 7 años
Chris Shyi 48d1ff7ad3
Merge pull request #21 from chrisshyi/master hace 7 años
Chris Shyi 3a733e18b3 Added one more test for update_std_dev() hace 7 años
Chris Shyi c6c4897ce0 Added four tests for update_std_dev() hace 7 años
Kevin Mok 96b7bfb2bb Display genre counts on user_data page hace 7 años
Chris Shyi 4b263532d1 Added missing space on line #222 hace 7 años
Kevin Mok 6e1671b0f2 Fixed improper retrieval of value from API JSON hace 7 años
Kevin Mok 569c83732b
Merge pull request #8 from chrisshyi/master hace 7 años
Chris Shyi ec3fb3f959 Fix get_audio_features() bug hace 7 años
Chris Shyi 4066c96c94 Changed signature of get_audio_features() for consistency hace 7 años
Chris Shyi a5780387e1 Made minor changes to variable names hace 7 años
Chris Shyi d7002f7571 Implement audio feature statistics calculation hace 7 años
Chris Shyi 9878e7954d Merge branch 'master' of https://github.com/Kevin-Mok/spotify-lib-vis hace 7 años
Chris Shyi bbc713e729 Implement audio feature helper functions hace 7 años
Chris Shyi 4ddb57d6a2
Merge pull request #15 from Kevin-Mok/dev hace 7 años
Chris Shyi 7b153649bf Implement online standard deviation algorithm hace 7 años
Kevin Mok f94a861b84 Calculate genre counts once for each artist (#1) hace 7 años
Kevin Mok cb75a0b2bb Implemented get_genre functionality (#1) hace 7 años