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

Commit 8ce1e98

Browse files
committed
Add notes to @victorbjelkholm for refactor
1 parent 0bbf953 commit 8ce1e98

File tree

1 file changed

+13
-1
lines changed
  • examples/transfer-files/complete/js

1 file changed

+13
-1
lines changed

examples/transfer-files/complete/js/app.js

+13-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,21 @@ const $allDisabledInputs = document.querySelectorAll('input:disabled')
2020
let ipfs
2121
let peerInfo
2222

23-
// TODO groups
23+
// TODO groups to refactor into
2424
// ipfs stuff
25+
// start node
26+
// get details
27+
// get peers
28+
// connect to peer
29+
// get contents of hash
30+
// add files to ipfs
2531
// creating html stuff
32+
// list of peers / peers state
33+
// add file to download list
34+
// error handling
35+
// show ipfs id
36+
// show ipfs addressess
37+
// drag-and-drop
2638
// event listeners
2739
// states
2840

0 commit comments

Comments
 (0)