Commit Graph

8 Commits

Author SHA1 Message Date
Chris Shyi
54c541426c Genre Artist Breakdown
Implemented the generation of genre artist breakdown data for the genre
graphs. More test cases needed.
2018-07-24 00:24:47 -04:00
Chris Shyi
6665532fea Made minor fixes to docstrings 2018-07-01 21:09:30 -04:00
Chris Shyi
fc6c30ec32 Refactor audio feat graph
Fixes #51. Instead of passing in an array of hard coded values as the
interval end points, an object specifying the beginning, the end, and
the step size is used. Categories can be more easily defined and
modified this way.
2018-06-30 17:59:34 -04:00
23126ba823 Merge branch 'apps' into loading-page 2018-06-29 11:32:02 -04:00
a36ce3be88 Site is as functional as before (resolves #47)
Finished setting up graphs app and getting data from API app. Only issue
now is this branch is behind a few commits from other branches.
2018-06-29 11:08:40 -04:00
c949ecd3cc Setup API app, can scan library (#47)
Manually merged console logging from loading-page branch.
2018-06-29 10:17:38 -04:00
e50d3d8476 Login app working (#47)
Can login and create User object. Also now store user token info in db
(closes #48).
2018-06-29 08:43:03 -04:00
8b1344d453 Split spotifyvis code into different apps (#47)
Server is able to start, but none of the apps are linked together yet.
2018-06-29 04:25:27 -04:00