Kevin Mok
e50d3d8476
Login app working ( #47 )
Can login and create User object. Also now store user token info in db
(closes #48 ).
7 years ago
Kevin Mok
8b1344d453
Split spotifyvis code into different apps ( #47 )
Server is able to start, but none of the apps are linked together yet.
7 years ago
Chris Shyi
8851c5ce25
Set up artist bubble chart
Major changes:
- Set up preliminary artist bubble chart, font too small
- Wrote shell script for resetting database
7 years ago
Chris Shyi
f8bf751920
Change URL pattern for retrieving audio feature data
Added 'api' as a prefix to make the URL consistent with the genre data
retrieval URL.
7 years ago
Kevin Mok
3aa49cc4e1
Resolves #35
7 years ago
Chris Shyi
bdc88b5bdb
Create separate page for audio features
An additional page where the user will be directed after logging in was
created. A link to the audio features display page was added to the
aforementioned page. Changes were made to the audio features graphing
function so that the categories are displayed in ascending order (was
random before).
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
79aedc655d
Trying to pass artist data from db to frontend
7 years ago
Chris
bf65ae3f4d
Use different URI for user data
The user_data page is now located at /user_data, instead of /callback as
before. Closes #7 .
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