mirror of
https://github.com/logos-messaging/pm.git
synced 2026-01-03 14:43:08 +00:00
adding priorities
This commit is contained in:
parent
adc6fc911c
commit
8ac69d37e7
@ -1,4 +1,4 @@
|
||||
# <Feature Name> FURPS
|
||||
# {Feature Name} FURPS
|
||||
|
||||
## Functionality
|
||||
|
||||
|
||||
@ -1,4 +1,75 @@
|
||||
Roadmap and milestones can be found on the [Logos roadmap](https://roadmap.logos.co/waku/).
|
||||
# Waku Draft Roadmap
|
||||
|
||||
Finalised roadmap and milestones can be found on the [Logos roadmap](https://roadmap.logos.co/waku/).
|
||||
|
||||
Period in planning: 2025 H2
|
||||
|
||||
## Proposed Priorities
|
||||
|
||||
### Whole Team
|
||||
|
||||
1. **Support Status application**: continue integration of nwaku and provide new chat protocol stack.
|
||||
2. **Support Logos Core**: ensure that any library and API we push to developers can be consumed in Logos Core; review and prioritize any requirements coming from Logos Core project contributors and developers.
|
||||
3. **Developer and Contributor Experience:** Review and improve dev assets (docs) and set quality expectation across the team (docs provided with deliverables, etc); Review and take action to improve developer and contributor experience (nimble usage, vscode plugin, etc).
|
||||
|
||||
### Core Team
|
||||
|
||||
1. **Complete integration of nwaku in Status Desktop**.
|
||||
2. **Simplify a reliable Waku API:** aka Messaging API, make it easier to consume Waku library by simplifying the API
|
||||
and including p2p reliability. This is critical to enable fast Chat SDK development.
|
||||
1. Deliver this API in nim (chat SDK), and Rust SDK, identified as the most promising SDK for community adoption;
|
||||
in addition to Browser and nim (libwaku)
|
||||
3. **Harden TWN for Web apps**: Web applications built on The Waku Network suffer from unreliable bootstrapping,
|
||||
continue investigation and resolution of this as planned in *Upgrade Waku for the Web* milestone.
|
||||
4. **RLN mainnet and API:** Continue RLN migration to onchain tree + L2 testnet, and necessary steps to get RLN on mainnet.
|
||||
Provide simple API for Chat SDK.
|
||||
5. **[Nwaku in Status Mobile and Light Mode MVP](https://github.com/waku-org/pm/milestone/39)**: de-prioritised in favour of cleaning up Waku and RLN APIs for Chat SDK first.
|
||||
6. **nwaku performance improvement**: Performance on mobile is critical, hence we will review benchmarks and potentially dedicate effort to this topic
|
||||
(note there is some ongoing effort from Status fleet behaviour).
|
||||
|
||||
#### Research Items
|
||||
|
||||
1. RLN (as above)
|
||||
2. **Incentivization:** Deliver incentivization PoC for reliability, scalability, risk (running own fleet) and sustainability.
|
||||
3. **Decentralization and privacy**: continue research work to further decentralized Waku protocols, specifically store, and increase anonymity properties with libp2p-mixnet
|
||||
|
||||
### Chat/App Team
|
||||
|
||||
1. **Chat SDK:** Build a chat SDK (new protocol), learning from Status’ experience. Focus for an iterative delivery of the foundational blocks. Targeting private chats and early RLN integration.
|
||||
1. Note that building blocks such as identity mgmt are being built for demos app like Qaku - alignment to define and provide common protocols is expected as we are not limited by existing Status chat protocol.
|
||||
2. Work in close partnership with the status-backend developers, to ensure that post-refactoring the SDK can be integrated with the least effort possible. Aim for early and iterative integration.
|
||||
3. Note that early Status backend design position chat SDK as backend for Communities too; early iteration may not provide the scale in terms of members per communities; but Status' requirement is noted.
|
||||
4. Minimum deliverable will be usability of Chat SDK in Logos Core; need to review the architecture expectation in terms of Logos Core plugin interaction chat sdk <> nwaku.
|
||||
2. **Build demos and PoC apps**: Continue building PoC apps to teach how to hunt, dogfood and battle test libraries; as well as throwing ideas in the wild, experimenting and seeing what sticks; promising apps will have lib and specs implemented (e.g. Qaku and Logos Forum).
|
||||
1. Potentially expand the relevant platforms: from Web to Logos core, Nim/seaqt, Rust, etc.
|
||||
2. Integration with Codex still planned under this umbrella
|
||||
3. Review Logos Forum (Opchan) requirements; the 2025 Logos Movement Strategy is the new customer.
|
||||
|
||||
### Business and Ecosystem Development Team (BD + Solution Eng)
|
||||
|
||||
1. **Measure Success:** Develop and deploy tools to measure Waku success in terms of users, developers and contributors across all known Waku networks (Status, RAILGUN, TWN, etc)
|
||||
1. In partnership with BI.
|
||||
2. **Waku Chat MVP:** Proceed with the same exercise done for [Waku MVP](https://www.notion.so/Waku-MVP-1838f96fb65c8039acabf8a6a1e689e7?pvs=21).
|
||||
Consult with current and new leads on their *ideal* Chat SDK.
|
||||
Understand how confident we are they would onboard on Waku if it is delivered and feedback to Chat/App team to take in account for prioritization.
|
||||
3. **Support integrations**: support projects that want to build with Waku SDK and Chat SDK.
|
||||
4. **Foster and join Nim ecosystem (nwaku):** Foster and participate in the Nim developer community inside and outside IFT.
|
||||
5. **Join FOSS ecosystem:** Be an active part of the FOSS developer community.
|
||||
6. **Continue planned Rust SDK work**: Messaging API and stable nwaku integration in Status Desktop and pre-requisites to a quality Rust SDK.
|
||||
|
||||
### Status Priorities Review
|
||||
|
||||
**Existing milestones**:
|
||||
|
||||
- [Hardening and Scaling Foundations for Private Chats](https://roadmap.logos.co/waku/milestones/open/2025-hardening-and-scaling-foundations-for-private-chats): finishing off the work and descoping items that have been identified as unneeded.
|
||||
- [Nwaku in Status Desktop (Relay only)](https://roadmap.logos.co/waku/milestones/open/2024-nwaku-in-status-desktop): work continues, close to completion.
|
||||
- [Nwaku in Status Mobile](https://roadmap.logos.co/waku/milestones/open/2025-nwaku-in-status-mobile): deprioritized in favour of improving API for new Chat SDK
|
||||
- [e2e reliability protocol](https://roadmap.logos.co/waku/milestones/open/2024-e2e-reliability-protocol): work continues, close to completion.
|
||||
- [Foundation for Communities Optimization](https://github.com/waku-org/pm/milestone/31): this includes finishing a migration, and move community traffic away from 1:1 chat so we complete the work.
|
||||
|
||||
**New work and priorities**:
|
||||
|
||||
1. New Chat SDK (nim) and protocol stack
|
||||
|
||||
## Draft Milestones
|
||||
|
||||
@ -16,7 +87,7 @@ Testing out new format, once approved:
|
||||
|
||||
#### P2P Reliability Implementation in the Browser
|
||||
|
||||
TODO: It's actually done
|
||||
TODO: It's actually done?
|
||||
|
||||
**Owner**: js-waku
|
||||
|
||||
|
||||
@ -1,23 +1,29 @@
|
||||
# <Milestone Title - use verb>
|
||||
# {Milestone Title - use verb}
|
||||
|
||||
**Estimated date of completion**: <Enter date>
|
||||
**Estimated date of completion**: {Enter date}
|
||||
|
||||
<Milestone Description - what do we get once done>
|
||||
**Resources Required**:
|
||||
- {roles and % application to it}
|
||||
- {external services consumed (Vac/IFT)}
|
||||
- {infrastructure}
|
||||
|
||||
|
||||
{Milestone Description - what do we get once done}
|
||||
|
||||
**FURPS**:
|
||||
|
||||
- [<Feature Name>](<path/to/furps/file>): <list of furps: F1, etc>
|
||||
- [{Feature Name}]({path/to/furps/file}): {list of furps: F1, etc}
|
||||
|
||||
**deliverables**:
|
||||
|
||||
## <Name of deliverable 1 - eg "improve feature X for the browser">
|
||||
## {Name of deliverable 1 - eg "improve feature X for the browser"}
|
||||
|
||||
**Owner**: <one waku subteam>
|
||||
**Owner**: {one waku subteam}
|
||||
|
||||
**Feature**: [<Feature Name (only 1)>](<path/to/furps/file>)
|
||||
**Feature**: [{Feature Name (only 1)}]({path/to/furps/file})
|
||||
|
||||
**FURPS**:
|
||||
- <F1. copy-paste full furps statement>
|
||||
- {F1. copy-paste full furps statement}
|
||||
|
||||
**Checklist**:
|
||||
- [ ] Specs: link to specs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user