26 lines
673 B
Markdown
26 lines
673 B
Markdown
# dSheet Embed POC
|
|
|
|
Prototype for embedding `@fileverse-dev/dsheet` as a new rStack module (rSheet).
|
|
|
|
## Goal
|
|
|
|
Wrap Fileverse's decentralized spreadsheet component in a LitElement web component compatible with rSpace's module system.
|
|
|
|
## Key Integration Points
|
|
|
|
- Auth: EncryptID → `isAuthorized` prop
|
|
- Collaboration: WebRTC via self-hosted collab-server
|
|
- Persistence: IndexedDB (`enableIndexeddbSync`)
|
|
- Metadata: Stored in Automerge documents
|
|
|
|
## Use Cases
|
|
|
|
- DAO treasury tracking
|
|
- Token allocation spreadsheets
|
|
- Budget planning with E2E encryption
|
|
- Research data tables alongside rNotes
|
|
|
|
## Status
|
|
|
|
Not started — depends on Phase 3 (collab server deployment).
|