rhizome-node/__plans__/housekeeping.md
Lentil Hoffman 50ac2b7b35
refactor: rename Lossless to Hyperview and Lossy to View
- Renamed Lossless class to Hyperview for clarity
- Renamed Lossy class to View for simplicity
- Updated all imports and references throughout the codebase
- Updated documentation to reflect new terminology
- Fixed test files to use new class names
- Added proper exports in index files
2025-07-09 14:28:52 -05:00

473 B

Housekeeping tasks

  • Organize tests?
  • More documentation in docs/
  • Rename/consolidate, hyperview view() and compose() --> composeView()
  • Rename Hyperview to HyperView
  • Rename Lossy to View
  • Consider whether we should use collapsed deltas
  • Improve ergonomics of declaring multiple entity properties in one delta
  • Use dotenv so we can more easily manage the local dev test environment
  • Create test helpers to reduce boilerplate