Ap sbox 7 - #20
Merged
Merged
Conversation
* Added loopback * Added MongoDB test * Added MongoDB config for CircleCI * Deleted watcher for watch and dev scripts * Added exit functionality to test script
* Adds boot script to add Admin on server start * Disables server authentication for loopback and completes boot script
* Adds initial route configuration and react router * Updates file structure, fixes pathing errors * Adds react router, configures routes, adds a preliminary dashboard for admin
* fixed user relation model so there is one queue for every user * created remote method for getplaylist that returns a list of song tracks currently on the playlist * created updatePlaylist remote method that works to get current playlist > remove current playing song > add new song > update spotify playlsit to reflect those changes. Next, I need to get it to add default songs when the playlist only has one song left, and I need to track last played songs, and I need to make this remote method a post request to update the queue field in the queue model * simplifed updatePlaylist by using getPlaylist within it * fixed authorization issues so others can authorize by going to localhost/spotify
Andyprolman
added a commit
that referenced
this pull request
Oct 30, 2018
This reverts commit 95bc24c.
Merged
Andyprolman
added a commit
that referenced
this pull request
Oct 30, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.