From 3db8a73cc300f4d4e99e035772a6e489de3b9a7f Mon Sep 17 00:00:00 2001 From: chair28980 Date: Fri, 25 Oct 2024 00:06:59 -0700 Subject: [PATCH] remove bindings epics and update mermaid --- PROCESS.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/PROCESS.md b/PROCESS.md index 95ad851..c1003f5 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -52,10 +52,8 @@ Typically, each *milestone* will be divided in the following *epics*: | `E:research` | Waku Research | PoC, RFC, Protocol Simulations/Studies | Initial work done by the research team to create or change a protocol. Engineering-only Milestones may not have such epic | | `E:nwaku` | nwaku | MVP quality software | Bring software to MVP level, proceed with re-architecture of PoC if needed, ensure functionality is usable, refine APIs, auto-generated/API documentation, ensure interoperability works | | `E:js-waku` | js-waku | MVP quality software, including all supported env (e.g. React Native & Web) | Implement protocol in js-waku, same as nwaku. | -| `E:bindings` | nwaku | MVP quality software for supported bindings (WIP) | Expose new protocol/features on binding APIs. | | `E:qa` | Vac/DST | RFC-based + functionality based tests, both unit and integration tests. | Test engineers take over and complete unit tests + add scenarios in integration test framework. In future, also add scenario to benchmark suite. | - - + | --> @@ -77,22 +75,22 @@ flowchart LR subgraph go-wakuE [E:go-waku] research-- Handover -->go-waku[MVP, API, Code doc, unit test] end - subgraph go-wakuE [E:bindings] + go-waku[API, Code doc, unit test] - end - subgraph qaE [E:qa] + end --> + QA[QA, extended, interop and RFC-based testing] js-waku--Handover-->QA go-waku--Handover-->QA - end - subgraph dogfoodE [E:dogfood] + end --> + Dogfooding[Developer use new software and API, interoperability] js-waku-->Dogfooding go-waku-->Dogfooding - end - subgraph docsE [E:docs] + end --> + Docs[Update and create guides and protocol documentation] - end + end --> subgraph ecodevE [E:eco-dev] Dogfooding-- Handover -->Eco-Dev[Dev Rel and BD assets, plan Comms] Docs-->Eco-Dev