Add TODOs about libimag{rt,store{,stdhook}} merge

This commit is contained in:
Matthias Beyer 2017-02-20 14:50:37 +01:00
parent eaf34ac6e9
commit d75bc2d928
4 changed files with 27 additions and 0 deletions

View File

@ -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
to live in a imag binary.
### Long-term TODO
- [ ] Merge with `libimagstore`
- [ ] Merge with `libimagstorestdhook`

View 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.

View File

@ -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
"imag-store" which can do basic things with the store.
### Long-term TODO
- [ ] Merge with `libimagrt`
- [ ] Merge with `libimagstorestdhook`

View File

@ -0,0 +1 @@
../doc/src/05100-lib-store-std-hook.md