-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathlaunch-readiness-board.csv
More file actions
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 7.
20 lines (20 loc) · 5.43 KB
/
Copy pathlaunch-readiness-board.csv
File metadata and controls
20 lines (20 loc) · 5.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
flow_id,persona,flow,route_or_surface,gate_criteria,owner,verification_command,strict_status,gate_status
FLOW-001,user,staking deposit,/staking/deposit,Submit deposit tx and confirm post-tx state refresh,dapp-frontend,"yarn nx run-many --target=test --projects=tangle-dapp,tangle-cloud,tangle-shared-ui --skip-nx-cache",implemented+manual-required,ready-manual-signoff
FLOW-002,user,staking delegate,/staking/delegate,Submit delegate tx and confirm operator/delegation state updates,dapp-frontend,"yarn nx run-many --target=test --projects=tangle-dapp,tangle-cloud,tangle-shared-ui --skip-nx-cache",implemented+manual-required,ready-manual-signoff
FLOW-003,user,staking undelegate,/staking/undelegate,Schedule and execute undelegation with correct round handling,dapp-frontend,"yarn nx run-many --target=test --projects=tangle-dapp,tangle-cloud,tangle-shared-ui --skip-nx-cache",implemented+manual-required,ready-manual-signoff
FLOW-004,user,staking withdraw,/staking/withdraw,Schedule and execute withdraw with receipt/state parity,dapp-frontend,"yarn nx run-many --target=test --projects=tangle-dapp,tangle-cloud,tangle-shared-ui --skip-nx-cache",implemented+manual-required,ready-manual-signoff
FLOW-005,user,staking rewards claim,/staking/rewards,Claim rewards and verify balance/state updates in UI,dapp-frontend,"yarn nx run-many --target=test --projects=tangle-dapp,tangle-cloud,tangle-shared-ui --skip-nx-cache",implemented+manual-required,ready-manual-signoff
FLOW-006,user,staking route surface,/staking/*,Canonical staking routes exposed and native staking route hidden from launch UI,dapp-frontend,rg -n "/native-staking|PagePath\\.NATIVE_STAKING" apps/tangle-dapp/src/app/app.tsx apps/tangle-dapp/src/components/Sidebar/sidebarProps.tsx apps/tangle-dapp/src/types/index.ts,implemented+manual-required,ready-manual-signoff
FLOW-007,user,migration claim submission,/claim/migration,Wallet + relayer + runtime claim path succeeds end to end,migration+tnt-core,yarn nx serve tangle-dapp,implemented+manual-required,ready-manual-signoff
FLOW-008,user,native staking pod lifecycle,hidden from launch UI,Native staking pod lifecycle certification for launch,protocol/product,rg -n "/native-staking|PagePath\\.NATIVE_STAKING" apps/tangle-dapp/src/app/app.tsx apps/tangle-dapp/src/components/Sidebar/sidebarProps.tsx apps/tangle-dapp/src/types/index.ts,partial,removed-non-launch
FLOW-009,customer,blueprint discovery/details,"/blueprints, /blueprints/:id",Query and render blueprint list/details with stable loading and error handling,cloud-frontend,yarn nx run tangle-cloud:typecheck --skip-nx-cache,implemented+manual-required,ready-manual-signoff
FLOW-010,customer,deploy blueprint request,/blueprints/:id/deploy,Encode schema-conformant request payload and submit successfully,cloud-frontend,yarn nx run tangle-cloud:typecheck --skip-nx-cache,implemented+manual-required,ready-manual-signoff
FLOW-011,customer,service ACL/funding/job,/services/:id,Join/fund/submit lifecycle preserves tx and status integrity,cloud-frontend,"yarn nx run-many --target=test --projects=tangle-dapp,tangle-cloud,tangle-shared-ui --skip-nx-cache",implemented+manual-required,ready-manual-signoff
FLOW-012,customer,cloud tx history/notifier,cloud layout/header,Drawer/notifier/modal show consistent tx lifecycle states,cloud-frontend,rg -n "TxHistoryDrawer|TxHistoryNotifier|TxConfirmationModal" apps/tangle-cloud/src/components apps/tangle-cloud/src -g'*.ts' -g'*.tsx',implemented+manual-required,ready-manual-signoff
FLOW-013,operator,pending request approve/reject,/instances,Approve/reject flows emit trackable tx states and preserve list consistency,cloud-frontend,yarn nx run tangle-cloud:typecheck --skip-nx-cache,implemented+manual-required,ready-manual-signoff
FLOW-014,operator,join/leave/exit lifecycle,/services/:id,Join/leave/terminate operator lifecycle paths complete without stale state,cloud-frontend,yarn nx run tangle-cloud:typecheck --skip-nx-cache,implemented+manual-required,ready-manual-signoff
FLOW-015,operator,operators page stake deep-link,/operators,Stake CTA deep-links with correct route and query context,cloud-frontend+dapp-frontend,"yarn nx run-many --target=test --projects=tangle-dapp,tangle-cloud,tangle-shared-ui --skip-nx-cache",implemented+manual-required,ready-manual-signoff
FLOW-016,operator,operator tx lifecycle traceability,cloud tx lifecycle,In-progress success and error states stay consistent across notifier and history,cloud-frontend,rg -n "TxHistoryDrawer|TxHistoryNotifier|TxConfirmationModal" apps/tangle-cloud/src/components apps/tangle-cloud/src -g'*.ts' -g'*.tsx',implemented+manual-required,ready-manual-signoff
FLOW-017,operator,security requirements read resilience,service request modal paths,Fail-closed read behavior with explicit error messaging,cloud-frontend,rg -n "getServiceRequestSecurityRequirements|getServiceSecurityRequirements|Unable to load security requirements" apps/tangle-cloud/src/data/services apps/tangle-cloud/src/pages -g'*.ts' -g'*.tsx',implemented+manual-required,ready-manual-signoff
FLOW-018,developer,blueprint registration/create/manage,/blueprints*,Registration drawer create and manage routes remain schema and type-safe,cloud-frontend,yarn nx run tangle-cloud:typecheck --skip-nx-cache,implemented+manual-required,ready-manual-signoff
FLOW-019,developer,operator batch register hook,cloud tx hook,Hook path compiles and preserves tx submission/result handling,cloud-frontend+shared-ui,yarn nx run tangle-cloud:typecheck --skip-nx-cache,implemented+manual-required,ready-manual-signoff