reTHINK-project / dev-service-framework

DEPRECATED! Service framework libs have been moved to dev-runtime-core repo
Apache License 2.0
1 stars 2 forks source link

Improperly defined schemas (class diagrams / data models) #53

Closed Endebert closed 7 years ago

Endebert commented 8 years ago

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.

Endebert commented 8 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.

Endebert commented 8 years ago

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.

Endebert commented 7 years ago

Since we're nearing the end of the project, I'm closing all spec related issues, like this one.