From b10b7409164a11b62ad2d7b87e318cd8dbf21e7b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 2 Feb 2011 14:02:06 +0100 Subject: [PATCH] minus one point todo Signed-off-by: Nico Schottelius --- ROADMAP | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ROADMAP b/ROADMAP index 48242e81..bb42930a 100644 --- a/ROADMAP +++ b/ROADMAP @@ -4,13 +4,14 @@ x Define how to get information from clients x Create shell script that creates code to run on client (cdist-build-explorer) x Create configuration tree from manifest x write binaries, which create the tree when called from manifest (cdist_tree_wrapper) -- Define configuration paths (doc/internal/config-layout) +x Define configuration paths (doc/internal/config-layout) +- Write at least one type - Parse configuration tree / generate code to be executed on client - - providers? - - can/may providers modify tree? + - types? + - can/may types modify tree? - may open door for getting information from manifest / other stuff - Cleanup / refactor / documentation -- Write providers, providers, providers, ... - doc/internal/provider-integration - - provider side: Steven +- Write types, types, types, ... + doc/internal/type-integration + - type side: Steven