Skip to content

Commit

Permalink
Update TO-DO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidaty authored Nov 10, 2024
1 parent c47ea2f commit ed36726
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TO-DO.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ Row indexing
- either this attempt fails because the buffer is read-only, or
- the buffer handles this in a specific manner to trace the edited row back to the correct row in the original data

### Buffers
- add buffer type e.g. csv etc
- add read-only flag

### Extensions
- add extension_id to each buffer; prevent extension A from modifying (e.g. set/get ext_ctx) buffer owned by extension B
- high priority: support extension custom properties
- saved in .zsv/data/<fn>/props-<ext>.json
- API should include means to (during ext initialization), functions to set/get
Expand Down

0 comments on commit ed36726

Please sign in to comment.