Update Home authored by Amirhossein Nakhaei's avatar Amirhossein Nakhaei
...@@ -17,7 +17,7 @@ Maintainability of code base ...@@ -17,7 +17,7 @@ Maintainability of code base
* [ ] Python application which handles HTTP requests (flask or etc.) * [ ] Python application which handles HTTP requests (flask or etc.)
* [x] Validation of input * [x] Validation of input
* [x] Validate XML entities with XSD schemas (package xmlschema) * [x] Validate XML entities with XSD schemas (package xmlschema)
* [x] Validate JSON entities with json schemas (package jsonschema, example: https://git.rwth-aachen.de/eonercdevel/Sandbox/-/tree/master/JSONschema/Python_validate) * [x] Validate JSON entities with json schemas (package jsonschema)
* [ ] convert XML&JSON entities to NGSI-LD * [ ] convert XML&JSON entities to NGSI-LD
* [ ] return error messages * [ ] return error messages
* [ ] write unit tests for the different functionalities (entity validation, entity conversion, handling wrong input etc.) * [ ] write unit tests for the different functionalities (entity validation, entity conversion, handling wrong input etc.)
... ...
......