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

Commit 7bd94ba

Browse files
authoredDec 19, 2016
Merge pull request #675 from ipfs/feat/update-roadmap
docs: add pubsub milestone to the roadmap
2 parents 64594c4 + a369a97 commit 7bd94ba

File tree

1 file changed

+22
-28
lines changed

1 file changed

+22
-28
lines changed
 

‎ROADMAP.md

+22-28
Original file line numberDiff line numberDiff line change
@@ -135,31 +135,6 @@ UPDATE:
135135
### Notes: `NA`
136136
##### Expected date of completion: `Week 1 - October 17 to create the issues, discussion will happen throughout the quarter`
137137

138-
# Milestone - interface-floodsub
139-
140-
> Summary: Define an interface for floodsub, that can be implemented for js-ipfs and js-ipfs-api
141-
142-
### Leads:
143-
144-
- David
145-
- Juan
146-
147-
### Tasks:
148-
149-
- [ ] Create interface-floodsub.md on pubsub-notes repo - https://github.com/ipfs/js-ipfs/issues/580
150-
151-
### Dependencies: `NA`
152-
### Requirements by other projects:
153-
154-
This is a requirement to integrate floodsub in js-ipfs
155-
156-
### Notes:
157-
158-
This milestone has shifted its direction towards a more implementation driven definition of the pubsub library. @haadcode and @gavinmcdermont are owning it.
159-
160-
##### Expected date of completion: `Week 1 - October 17`
161-
162-
163138
# ✔️ Milestone - Awesome IPLD - Enable js-ipfs to handle both merkledag protobufs and ipld cbor objects
164139

165140
> Summary: Integration of IPLD (js-ipld and js-ipld-ipfs) into js-ipfs.
@@ -258,10 +233,9 @@ Not having full unixfs-engine feature matching was causing the 'bitswap only req
258233

259234
Bonus: Start thinking about the Importer/Exporter spec.
260235

261-
##### Expected date of completion:
262-
263-
Added during the quarter.
236+
This milestone was added as an extra during the quarter.
264237

238+
##### Expected date of completion: `NA`
265239

266240
# ✔️ Milestone - js-ipfs and js-ipfs-api bundling
267241

@@ -320,6 +294,26 @@ Added during the quarter.
320294
### Notes: `NA`
321295
##### Expected date of completion: `Week 7 - Nov 28`
322296

297+
# Milestone - PubSub through Floodsub
298+
299+
> Summary: Integrate Floodsubin js-ipfs, exposing the same PubSub interface offered by go-ipfs (with interoperability tested)
300+
301+
### Leads:
302+
303+
- Gavin
304+
- Samuli
305+
306+
### Tasks:
307+
308+
- [ ] PubSub API Spec and tests - https://github.com/ipfs/interface-ipfs-core/pull/101
309+
- [ ] Implementation in js-ipfs - https://github.com/ipfs/js-ipfs/pull/644
310+
- [ ] Implementation in js-ipfs-api - https://github.com/ipfs/js-ipfs-api/pull/471
311+
312+
### Dependencies: `NA`
313+
### Requirements by other projects: `NA`
314+
### Notes: `This milestone was added as an extra during the quarter.`
315+
##### Expected date of completion: `NA`
316+
323317

324318
--------------------------------------------------------------------------------------------------
325319
--------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)
This repository has been archived.