Closed thepetk closed 11 months ago
Finalizes the Configuration object generation after the parse of the .projectman.json file. That said, it also updates the JsonParser._get_key method and merges the REQUIRED_FIELDS with the OPTIONAL_FIELDS.
Configuration
.projectman.json
JsonParser._get_key
REQUIRED_FIELDS
OPTIONAL_FIELDS
fixes https://github.com/thepetk/projectman/issues/5
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
[x] Unit/Functional tests
[x] Documentation
What does this PR do?
Finalizes the
Configuration
object generation after the parse of the.projectman.json
file. That said, it also updates theJsonParser._get_key
method and merges theREQUIRED_FIELDS
with theOPTIONAL_FIELDS
.Which issue(s) does this PR fix
fixes https://github.com/thepetk/projectman/issues/5
PR acceptance criteria
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
[x] Unit/Functional tests
[x] Documentation
How to test changes / Special notes to the reviewer