draft
kimory 2022-10-16 21:16:24 +02:00
parent 9de26d52c0
commit e682b786b7
1 changed files with 6 additions and 0 deletions

6
TODO.md Normal file
View File

@ -0,0 +1,6 @@
- Warning when indexes overlap (data add or update)
- Data integrity on update (create temporary file with new data, rename old data file, move temporary file, remove old data file)
- Handle errors (such as permissions) in an explicit way
- Grooming (create a consistent and convenient API)
- Improve data search
- Check for TODOs