2.3 KiB
2.3 KiB
EDUT Membership Roadmap Status
Status key:
DONE: committed in this repoIN_PROGRESS: partially implementedPENDING: specified but not yet built in this repo
Core Steps
- Lock core model (
membership required,membership != license):DONE - Freeze token taxonomy:
DONE - Finalize membership contract interface targets:
DONE - Lock signature + intent protocol:
DONE - Add membership mint transaction stage in web flow:
DONE(frontend path implemented; backend endpoints pending) - Implement membership gate in marketplace checkout:
IN_PROGRESS(store scaffold + gate logic implemented; live API pending) - Ship offer registry schema:
DONE - Ship entitlement purchase schema/pipeline contracts:
IN_PROGRESS - Bind entitlements to runtime activation:
PENDING - Add issuer layer interfaces and manifest schema:
DONE - Harden policy/legal surfaces for utility-access framing:
DONE - Add conformance vectors for fail-closed gating:
DONE
This Repo Specifically (web)
Implemented now:
- Wallet-first landing flow with intent + signature + membership tx hooks.
- Optional notification link step.
- Membership-gated architecture spec.
- Step-based roadmap without timelines.
- Frozen v1 schemas and examples.
- Interface target document for contracts/APIs.
- Pricing policy with USD 5 floor rule.
- Terms utility-only non-investment clause.
- Store page upgraded from static to live-state scaffold with membership gate behavior.
- OpenAPI contract + request/response examples for secret-system endpoints.
- Conformance vectors + failure matrix + release gate + security checklist.
- Deployment templates + invariants + chain operations runbook.
- Issuer onboarding pack, migration policy, trust page spec, and integration mapping docs.
Remaining in this repo:
- Wire live store checkout flow to production marketplace APIs when available.
- Replace deployment templates with real contract addresses after chain deployment.
Cross-repo dependencies (kernel/backend/contracts):
- Implement
/secret/membership/quoteand/secret/membership/confirm. - Implement membership contract and membership status reads.
- Implement checkout APIs and entitlement mint pipeline.
- Implement runtime entitlement gate and evidence receipts.