Skip to content

Meeting: 07-Feb-2017 #9

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

Closed
flyingzumwalt opened this issue Feb 8, 2017 · 0 comments
Closed

Meeting: 07-Feb-2017 #9

flyingzumwalt opened this issue Feb 8, 2017 · 0 comments

Comments

@flyingzumwalt
Copy link
Collaborator

dat-jawn Call 07-Feb-2017

Participants:

Agenda

Tools Orientation

Review Issues

We reviewed the issues in the Waffle Board https://waffle.io/codeforphilly/ipfs-switchboard

Plan work & Make Assignments

The Application

We walked through ipfs/station and observed that it's actually a very simple electron app that just does 2 things:

  • Provides a menu bar icon with some controls for starting & stopping ipfs
  • Links to the webui which is running with ipfs. The code for the webui is actually a separate code base at ipfs/webui.

The webui code base is a reactjs application.

We are going to imitate this pattern, making a reactjs application that provides the UI of ipfs-switchboard. We will then make a modified version of ipfs/station that links to our switchboard app instead of the default ipfs webui.

@mels065 will set up the skeleton of the reactjs application (issue #5)
When he's done with that, he's going to take a stab at creating mockups of the user interface. (#6)

Mockups

If you have time available, feel free to take a stab at #6 also so we can compare mockups next week.

Finding which nodes are holding a hash

ipfs-cluster is already being worked on, so we don't want to go overboard with tooling to coordinate the network of nodes that are holding a dataset. Instead, we will focus on simple tooling that lets you find see which other nodes are holding the dataset. This lets us build the UX around seeing which peers are helping you hold data, and see your role in that network. @munadm is working on a bit of this in #8

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

1 participant