os6sense / xumlidot

RUBY UML class diagram generator with XMI and DOT output.
MIT License
40 stars 7 forks source link

Yes, I most likely know. #13

Closed os6sense closed 3 years ago

os6sense commented 6 years ago

I've tried to flag up that this is a work in progress, probably about 3 months away from being a "v1.0" so if you try it out and want to give feedback, GREAT! but I am more than likely aware of any issues so please don't bug them just yet.

os6sense commented 6 years ago

List of bugs/issues I know about and will be addressing:

1) Duplicate classes on the diagram. As of yet I am NOT attempting to fully resolve namespaces so frequently the base class and a class without the base namespace will be drawn. This is HIGH on the todo list. 2) ** bug error messages while parsing some methods. This is due to me rushing through some of the parsing with an incomplete idea of whether the approach to the problem works. As I update specs these SHOULD become less frequent.

os6sense commented 3 years ago

Still not complete but its been serving my on and off use cases for the past 3 years. I'm looking to improve it now and will try and keep on top of maintenance