Closed Endebert closed 7 years ago
After some work I have come to the conclusion, that the platuml-json-parser also needs a lot of work.
Currently, it seems that either we have confusing images, but the platuml-json-parser can parse them, or we have nice images generated by platuml, but the parser cannot parse them.
Also, the parser does not properly nest packages/classes/properties, which also needs to be fixed. And instead of fixing the parser, the class diagrams have been adapted so that the parser can parse them.
You can see here how confusing images are generated, when the class diagram has been adapted so that the json parser is able to parse the class diagram file.
As mentioned in https://github.com/reTHINK-project/dev-service-framework/issues/42, due to lack of time I'm unable to rework the class diagrams and json schemas. I'm keeping this issue open until it is resolved, but clear my assignment from it.
Since we're nearing the end of the project, I'm closing all spec related issues, like this one.
In regards to issue https://github.com/reTHINK-project/dev-service-framework/issues/42, I will rework the class diagrams / data models so that they are properly defined and can be converted into useable json schemas.