You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: