Finish first version of cache

This commit is contained in:
Justus Kuhlmann 2025-05-13 09:45:00 +00:00
parent da5ae22346
commit 2bf263679d
2 changed files with 8 additions and 9 deletions

View file

@ -1,15 +1,14 @@
# TODO
## Features
- [ ] implement import of non-datalad projects
- [ ] implement a way to use another backlog repo as a project
- implement import of non-datalad projects
- implement a way to use another backlog repo as a project
- [ ] find a way to convey the mathematical structure of what EXACTLY is the form of the correlator in a specific project
- find a way to convey the mathematical structure of what EXACTLY is the form of the correlator in a specific project
- this could e.g. be done along the lines of mandatory documentation
- [ ] keep better track of the versions the code, that was used for a specific measurement.
- keep better track of the versions of the code, that was used for a specific measurement.
- maybe let this be an input in the project file?
- git repo and commit hash/version tag
- [ ] implement local caching with pickle files
## Bugfixes
- [ ] revisit the reimport function for single files