jlaksana / UML2Code

UML diagram creator designed for intro CS students
https://uml2code.vercel.app
2 stars 0 forks source link

Convert from Java Code to Diagram #70

Open jlaksana opened 10 months ago

jlaksana commented 10 months ago

Description "As a instructor, I don't want to type everything for large amounts of entities." It would be useful to be able to take an existing code base, parse it, and then create a diagram from it. Instructors usually do this to create their assignments and template diagrams.

Acceptance Criteria Given a GitHub repo of Java code, generate a diagram for that code base. Look into code parsing tools to help with this. This is an alternative way to create a new diagram.

Additional Information Should be able to adapt to different repo structures