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
|
670693203e
|
Fix genre graph not displaying
- take top genres/artists for graphs
- improve graphs' appearance
- update pip packages
|
6 years ago |
Kevin Mok
|
15c07a208a
|
Updated pip packages
|
6 years ago |
Kevin Mok
|
e8a94fb7c2
|
Added basic Bootstrap elements to templates
|
6 years ago |
Kevin Mok
|
4ff1bc6744
|
Setup Sass for Bootstrap and Darkly theme
Genre graph stopped showing up for whatever reason.
|
6 years ago |
Kevin Mok
|
fa2c5f7008
|
Export listening history to csv (#57)
Still need to convert timestamps to more CPU-readable format and figure
out what to do about reading headers for importing.
|
6 years ago |
Kevin Mok
|
b2990b45ee
|
Filter out unnecessary columns in history table
|
6 years ago |
Kevin Mok
|
2912977992
|
Setup django_tables2 for user history table
|
6 years ago |
Kevin Mok
|
d06e5912cc
|
Create History relation and add entries
Logs User, time and Track.
|
6 years ago |
Kevin Mok
|
de93bd7b0a
|
Store counts for genres in Genre model
Have not assigned most common genre to Track models yet (currently
blank).
|
7 years ago |
Chris Shyi
|
248e9b0ab6
|
Change database settings
Edited settings.py to use PostgreSQL. Made some minor changes
in views.py to incorporate the new models.
|
7 years ago |
Chris
|
ef5c3b2647
|
Implement User Authorization
Completed step 1 of the Authorization Code Flow documented by the
Spotify API.
|
7 years ago |
Chris
|
1f63c2d2e7
|
Initial commit
Sets up basic Django app directory structure.
|
7 years ago |