Make the last version with wrapperNew work (in peculiar rewrite all model functions to follow the new structure : meta = map, content = sequence of maps
Reorganise entry points writting : queryParams ans outputParams maps first;
IMPORTANT
Remove lang and date format from tei module model, because this is about output and not model (if a specific language is requested on the data it must be part of the queryParams map and handled as a query param, otherwise it is about the output choices and must me handled at the rendering step
IMPORTANT
For the mechanism to work, make sure that
you declare the default function namespace in your model modules
AND you don't give the same name to an entry point function and a model function, otherwise error : sequence of uris instead of single uri in getModuleFunction() (entry points functions should have a special naming pattern to avoid this ?)
PROBLEM
Don't understand when render is called or not (render called instead of inject in some of my customized cases and so the mapping doesn't work properly)
TODO
entry points can be even simplier
rename wrapperNew and renderNew to wrapper and render and delete the old ones
(will be done this afternoon :)
IMPORTANT
IMPORTANT For the mechanism to work, make sure that
PROBLEM
TODO