Workstream split out from tracking #8.
Scope
Dependencies
- Per-user posts sharding depends on the per-user contract model from the Users / identity workstream.
- Search and trending may depend on design decisions (index contracts).
- Wire-follows-to-UI is the smallest unit and can ship independently.
References
web/src/components/post-card.ts:130 — follow-button TODO.
web/src/components/right-panel.ts — mock who-to-follow + trending.
web/src/freenet-api.ts:95 — __MODEL_CONTRACT__ single-contract subscription point.
contracts/follows/src/lib.rs — existing follow graph contract.
Parent: #8
Workstream split out from tracking #8.
Scope
// TODO: wire to follows contractatweb/src/components/post-card.ts:130.web/src/components/right-panel.ts.__MODEL_CONTRACT__). Subscribe to followed users' contracts.Dependencies
References
web/src/components/post-card.ts:130— follow-button TODO.web/src/components/right-panel.ts— mock who-to-follow + trending.web/src/freenet-api.ts:95—__MODEL_CONTRACT__single-contract subscription point.contracts/follows/src/lib.rs— existing follow graph contract.Parent: #8