Skip to content

Commit

Permalink
chore: documenting work to be done
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Sep 18, 2024
1 parent 1c19e4a commit 08f822f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,32 @@ On the app side, translations are stored in [`public/locales`](./public/locales)

To learn more about internationalization on the IPFS project as a whole, or contribute translations to other IPFS repos, check out [ipfs/i18n](https://github.com/ipfs/i18n).

## REFRESH - TODO

### UI

1. Update the "progress bar" circular progress bar to be a loading indicator for record publishing
1. Disable share buttons when:
* no listening webrtc address
* CID is not published
1. Remove protocol labs footer -> replace with "powered by Helia"
1. Show the users what is actually happening in the background:
* Finding closest peers
* asking them to publish our provider record

### Functionality

1. publish directory CID
1. Make sure that when share.ipfs.io link with CID deeplink is shared, that browser retrieval client can get the file.
1. On self:update, we need to check if the listening webrtc address has changed, and republish all "files" and "directory" if so.
1. Ability to remove individual files from share list
1. Fix downloading the files filename

### debugging

1. Add libp2p-devtools


## Contribute

Contributions are more than welcome! Check out the [currently open issues](https://github.com/ipfs-shipyard/ipfs-share-files/issues) and start hacking on anything that sounds interesting. Issues are labeled with a variety of tags to help you find a good fit — you may wish to start with the [`help-wanted`](https://github.com/ipfs-shipyard/ipfs-share-files/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) tag.
Expand Down

0 comments on commit 08f822f

Please sign in to comment.