Commit Graph

12 Commits

Author SHA1 Message Date
91484dbeab Responsive features graph page
In process of making artists graph maximize height responsively. Moved
misc files in base dir to new scripts dir.
2019-03-07 08:21:36 -05:00
e8a94fb7c2 Added basic Bootstrap elements to templates 2018-11-18 04:43:42 -05:00
4ddf11aa41 Added admin command to scan personal history (#58)
Reverted exported history file to exclude timestamp. Simplified logging
for scanning user history.
2018-11-17 19:37:51 -05:00
a4a00458af Able to upload history onto server (#57) 2018-11-07 18:10:12 -05:00
2b98398b6c Fixed bug in get_artists_in_genre
Artist would show up in "undefined" genre even when they don't have that
genre. Likely due to changing genre to be a model so updated code to
adjust to that.
2018-06-27 06:21:06 -04:00
98b14b9000 Add top genre to Track object
- merge from chris/audio_features branch
- fixed crashing when new artist doesn't have genre
- get genre/artist data using user secret
- removed punctuation from user secret
2018-06-11 18:51:28 -04:00
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.
2018-06-09 21:30:26 -04:00
549af96db7 Setup Artist table
Removed printing of library_stats.
2018-06-04 21:52:30 -04:00
c831e5b9a8 Initial design for database
Before considering Django models.
2018-05-23 23:36:38 -04:00
6e1671b0f2 Fixed improper retrieval of value from API JSON 2018-05-20 17:52:41 -04:00
0ca846805c Wrote parse_library and get_track_info (#1)
Initialized library_stats with top-level keys and default values.
2018-05-19 21:19:35 -04:00
Chris
1f63c2d2e7 Initial commit
Sets up basic Django app directory structure.
2018-05-09 21:51:26 -04:00