Add TODOs about libimag{rt,store{,stdhook}} merge
This commit is contained in:
parent
eaf34ac6e9
commit
d75bc2d928
4 changed files with 27 additions and 0 deletions
|
@ -9,3 +9,8 @@ It also contains the store object and creates it from configuration.
|
||||||
the `libimagrt::runtime::Runtime` object is the first complex object that comes
|
the `libimagrt::runtime::Runtime` object is the first complex object that comes
|
||||||
to live in a imag binary.
|
to live in a imag binary.
|
||||||
|
|
||||||
|
### Long-term TODO
|
||||||
|
|
||||||
|
- [ ] Merge with `libimagstore`
|
||||||
|
- [ ] Merge with `libimagstorestdhook`
|
||||||
|
|
||||||
|
|
15
doc/src/05100-lib-store-std-hook.md
Normal file
15
doc/src/05100-lib-store-std-hook.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
## libimagstorestdhook
|
||||||
|
|
||||||
|
The `libimagstorestdhook` is a library for default store hooks which are shipped
|
||||||
|
with the imag store.
|
||||||
|
Hooks are actions which can be performed before and after certain store actions,
|
||||||
|
for example before a file is created, or after a file is removed.
|
||||||
|
|
||||||
|
### Long-term TODO
|
||||||
|
|
||||||
|
- [ ] Merge with `libimagrt`
|
||||||
|
- [ ] Merge with `libimagstorestdhook`
|
||||||
|
- [ ] Create Runtime-wide "Store meta data" storage in the Runtime, which can be
|
||||||
|
set by users during the runtime of imag and then used by the hooks to get meta
|
||||||
|
information about their own runtime.
|
||||||
|
|
|
@ -9,3 +9,9 @@ on-the-fly modification of incoming/outgoing files and so on.
|
||||||
The store itself does not offer functionality, but has a commandline interface
|
The store itself does not offer functionality, but has a commandline interface
|
||||||
"imag-store" which can do basic things with the store.
|
"imag-store" which can do basic things with the store.
|
||||||
|
|
||||||
|
|
||||||
|
### Long-term TODO
|
||||||
|
|
||||||
|
- [ ] Merge with `libimagrt`
|
||||||
|
- [ ] Merge with `libimagstorestdhook`
|
||||||
|
|
||||||
|
|
1
libimagstorestdhook/README.md
Symbolic link
1
libimagstorestdhook/README.md
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../doc/src/05100-lib-store-std-hook.md
|
Loading…
Reference in a new issue