Commit Graph

15 Commits

Author SHA1 Message Date
96b7a4a98c Run on server, update dependencies 2019-08-23 15:02:19 +00:00
1d9583489f History/most played queries
Update history service draft.
2019-08-18 17:07:37 -04:00
68c1c85ebd Artist graph improvements
- title
- full artist name on multiple lines
- responsive and fit screen (#63)

Other:
- added creating db to README
- added script to update requirements
  - updated requirements
2019-04-17 07:08:38 -04:00
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