-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: use mermaid for class diagram #1547
Conversation
✅ Deploy Preview for modelina ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Pull Request Test Coverage Report for Build 6416880153
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @Qypol342, this is really needed 👍
docs/internal-model.md
Outdated
|
||
class ObjectModel{ | ||
<<class>> | ||
String, ObjectPropertyModel properties |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there are a few of the properties that are missing their types. In the old image, it's a dictionary with string
key and ObjectPropertyModel
value 🙂
There are a few places this applies 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonaslagoni There you go! I've fixed it up. 🙃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, let's keep it 👍
Kudos, SonarCloud Quality Gate passed! |
/rtm |
@all-contributors please add @Qypol342 for docs |
I've put up a pull request to add @Qypol342! 🎉 |
Really great stuff @Qypol342! |
🎉 This PR is included in version 1.9.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.0.0-next.25 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Corrected sentence:
Related issue(s)
Resolves #1182