TODO: note plist-group backend progress

This commit is contained in:
contrapunctus 2021-09-05 19:34:22 +05:30
parent 78048824e5
commit a8eb47b184
1 changed files with 10 additions and 0 deletions

View File

@ -708,3 +708,13 @@ Midnight-spanning intervals are split in the hash table when the file is read, b
* Duplication - accessing the latest-record :code:
Many functions use the latest record. A =(chronometrist-with-latest-record var &rest body)= might help...
* STARTED Plist-group backend :feature:optimization:
See branch =grouped-plist-format=
1. [X] Migrate backend code to use CLOS
2. [-] Implement plist-group backend code
3. [ ] Change hash table format - omit dates from plists
Optional
1. define generic backend protocol for key-values package
2. define generic =cl-loop= interface (branch =generic-record-loop=)