Kevin Mok
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
6 years ago
Kevin Mok
91484dbeab
Responsive features graph page
In process of making artists graph maximize height responsively. Moved
misc files in base dir to new scripts dir.
6 years ago
Kevin Mok
e8a94fb7c2
Added basic Bootstrap elements to templates
6 years ago
Kevin Mok
4ddf11aa41
Added admin command to scan personal history ( #58 )
Reverted exported history file to exclude timestamp. Simplified logging
for scanning user history.
6 years ago
Kevin Mok
a4a00458af
Able to upload history onto server ( #57 )
6 years ago
Kevin Mok
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.
7 years ago
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.
7 years ago
Kevin Mok
549af96db7
Setup Artist table
Removed printing of library_stats.
7 years ago
Kevin Mok
c831e5b9a8
Initial design for database
Before considering Django models.
7 years ago
Kevin Mok
6e1671b0f2
Fixed improper retrieval of value from API JSON
7 years ago
Kevin Mok
0ca846805c
Wrote parse_library and get_track_info ( #1 )
Initialized library_stats with top-level keys and default values.
7 years ago
Chris
1f63c2d2e7
Initial commit
Sets up basic Django app directory structure.
7 years ago