You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The outputed json file should contain a key, value pair, where the key is ""cmf_descriptor_path" and the value is the relavite path to the cmf description file. These are examples of valid values:
# the default value
"cmf_descriptor_path": "cmf_description.json",
# any arbitary name
"cmf_descriptor_path": "my_crash_move_folder.json",
# a relitive path
"cmf_descriptor_path": "../a_different_location/cmf_description.json",
I've added this line into the the description above; "The most comprehensive description of how this file should be updated is currently here https://wiki.mapaction.org/x/xoKPDQ"
Expected Behavior
The outputed json file should contain a key, value pair, where the key is ""cmf_descriptor_path" and the value is the relavite path to the cmf description file. These are examples of valid values:
As a minimum the Config tool should check that the specified cmf description file exists. Ideally the Config tool should also check that the cmf description file is itself valid - the reference inplenmenation for this is https://github.com/mapaction/mapactionpy_controller/blob/master/mapactionpy_controller/event.py
For a complete check the event description file should verify against the relevant schema file, currently in this dir https://github.com/mapaction/mapactionpy_controller/tree/master/mapactionpy_controller/schemas
It should be documented which version of the schema is used.
The most comprehensive description of how this file should be updated is currently here https://wiki.mapaction.org/x/xoKPDQ
Actual Behavior
The outputed json contains the key, value pair like this example:
event_description.json
andcmf_descrition.json
, rather then merely treating those names as conventions.Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: