Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasks #2

Open
7 tasks
L1fescape opened this issue Mar 3, 2016 · 3 comments
Open
7 tasks

Tasks #2

L1fescape opened this issue Mar 3, 2016 · 3 comments

Comments

@L1fescape
Copy link
Collaborator

  • Remove hard-coded ip addresses inside of each service (replace with environment vars)
  • Do file-uploading on the client (brian will then upload the file to ipfs)
  • Add navigation links to Upload Page
  • Display errors in the client that brian returns
  • Display "No Results" when search returns nothing
  • Add default playlist containing working songs/song ids
  • Add default richard server
@mediocregopher
Copy link
Owner

Do file-uploading on the client (instead of via brian)

How's that going to work? Brian is the ipfs server, it needs to do the uploading, unless we have a separate ipfs daemon running but that's kinda redundant

Add default richard server

That kind of defeats the purpose of the richard server, if there's a central one that everyone connects to automatically

@MarcoPolo
Copy link
Collaborator

  • Fix hacky client into type checked clean code.
  • Remove old kb code
  • Get a proper queue
  • Get a proper table abstraction for music library
  • Proper player

@L1fescape
Copy link
Collaborator Author

How's that going to work? Brian is the ipfs server, it needs to do the uploading, unless we have a separate ipfs daemon running but that's kinda redundant

Sorry I phrased that incorrectly. The client would upload the file to Brian. Brian would then upload it to ipfs. I'll update the task. That can work, right?

That kind of defeats the purpose of the richard server, if there's a central one that everyone connects to automatically

Should we instead have a list of Richard servers in the README that you can connect to?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants