You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.
I tried out https://github.com/SOM-Research/jsonDiscoverer and unfortunately the JSON API response format is too complex and verbose for it to be able to understand usefully; you end up with diagrams like this:
Description
Our data model schema isn't trivial, so it would be useful to have a UML class diagram or similar to refer to when hacking on the code.
Comments, Questions and Considerations
Our schema is mainly defined by the files in
src/ruby/meetings/app/resources/api/v1
.Acceptance Criteria
Given the schema defined in the Rails app,
When the schema is updated,
Then we can auto-generate a new UML class diagram or similar which visualises the schema in an easy-to-understand way.
Possible approaches
We might be able to use https://github.com/SOM-Research/jsonDiscoverer, if we can persuade our API to auto-generate a JSON schema document of the right format.The text was updated successfully, but these errors were encountered: