Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Add notes to @victorbjelkholm for refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Jan 29, 2017
1 parent 0bbf953 commit 8ce1e98
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion examples/transfer-files/complete/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,21 @@ const $allDisabledInputs = document.querySelectorAll('input:disabled')
let ipfs
let peerInfo

// TODO groups
// TODO groups to refactor into
// ipfs stuff
// start node
// get details
// get peers
// connect to peer
// get contents of hash
// add files to ipfs
// creating html stuff
// list of peers / peers state
// add file to download list
// error handling
// show ipfs id
// show ipfs addressess
// drag-and-drop
// event listeners
// states

Expand Down

0 comments on commit 8ce1e98

Please sign in to comment.