js-sequence-diagrams
js-sequence-diagrams copied to clipboard
Suggestion: UML Class Diagrams
It would be awesome if you could support class diagrams using your current engine.
:+1: !!!
+1. This project is pretty useful. Supporting class diagrams would mate it even better! Syntax could be wiki style:
# Users
* id: Int
* name: String
* age: Int
# Books
* id: Int
* name: String
* owner: Int -> Users.id

:+1:
:+1:
Another option for syntax is yUML used by yUML and Scruffy
[Customer|-forname:string;surname:string|doShiz()]<>-orders*>[Order]
[Order]++-0..*>[LineItem]
[Order]-[note:Aggregate root{bg:wheat}]

+100 for a Class diagram. that would be an awesome addition!
Could be a separate project. call it js-class-diagrams and will still be better than everything else out there.