This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
docs: 2018 Q3 OKRs #1409
Merged
Merged
docs: 2018 Q3 OKRs #1409
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
19c7279
docs: 2018 Q3 placeholder
daviddias ea69e6f
update draft
daviddias 4b8bdeb
Update OKR.md
daviddias 75b074c
assigning OKRs
daviddias 7b15992
add more KRs
daviddias 05f3505
Update OKR.md
daviddias f56ed1a
Update OKR.md
daviddias b8a0ea2
Update OKR.md
daviddias 2a81ffb
Update OKR.md
daviddias 1af0753
Update OKR.md
daviddias ffee855
Update OKR.md
daviddias 609431c
Update OKR.md
daviddias a4dc4e5
Update OKR.md
daviddias 9af317b
OKRs are complete
daviddias 9cf8b5d
move OKRs to the spreadsheet
daviddias File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's continue discussing the OKRs over the markdown, taking inspiration from the notes already shared in this thread.
I've defined 3 main objectives (rewording is welcome if you see the need) for this quarter which capture the most requested and needed features and bug fixes.
Let's shoot to get the final list of KRs by Wednesday, final review on Thursday and ship it on Friday.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alanshaw @hugomrdias @achingbrain. I went again through your list of suggestions and completed the list of KRs. Please review:
I've assigned some KRs already, given that they are a continuation of previous work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think it's worth having a 'technical debt' section for things similar to the CI testing time item?
Feature parity with the go API would also be a good thing to shoot for.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI testing time is contemplated in the third objective.
What features (APIs) do you feel js-ipfs urgently needs that go-ipfs has that are not captured by the current OKRs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The biggest pain for me at the moment is the DAG API being incomplete.
Also
npm-on-ipfs
needsipfs.name.resolve
andipfs.name.publish
which I don't think are implemented yet although I guess that would be captured by the 'make npm-on-ipfs a thing' OKR.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@achingbrain IPNS is landing this quarter by the libp2p team. Note that publishing and resolving names is for sharing the registry only, all the rest should work without it which is the bulk of the challenge.