Changes
Page history
Update Home
authored
Dec 08, 2022
by
Amirhossein Nakhaei
Show whitespace changes
Inline
Side-by-side
Home.md
View page @
ca3a580f
...
...
@@ -17,7 +17,7 @@ Maintainability of code base
*
[ ] Python application which handles HTTP requests (flask or etc.)
*
[x] Validation of input
*
[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
*
[ ] return error messages
*
[ ] write unit tests for the different functionalities (entity validation, entity conversion, handling wrong input etc.)
...
...
...
...