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

12 lines
473 B
Markdown

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