Commit additional notes.

This commit is contained in:
Mike Auty
2015-12-02 02:18:41 +00:00
parent 0e75503645
commit ede77815b1
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -36,6 +36,9 @@ class CommandLine(object):
# Run the argparser
parser.parse_args()
# Determine the selected plugin
# Translate the parsed args to a context configuration
# Generate the layers from the arguments
for req in req_mapping:
factory = req_mapping[req]
@@ -16,6 +16,10 @@ SCHEMA_NAME_DIVIDER = "."
# Still not decided whether the layer holds the name chosen (and this can be pre-populated) or if it's specified
# as part of the requirement, which then returns true/false if it could be fulfilled
# Still need to link schema in to config values
# Need to allow config values to be recovered by complete sub-path
# Configurables need to hold a hook into the config tree to get their own sub components
# Non-instantiated plugin
# -> Requirement schema nodes (instantiated)
# (Translation layers contain all information required)