modeligado icon indicating copy to clipboard operation
modeligado copied to clipboard

Convert text to UML

Results 11 modeligado issues
Sort by recently updated
recently updated
newest added

PR related to issue #36 changes occurences of the typo on word "unknown" at file parser.js

Some error messages at file parser.js print "unknow" instead of "unknown".

Create a new module that will extract metrics from a modeligado diagram. It should extract metrics such as: - number of classes - weighted methods per class - depth of...

good first issue

See: - https://github.com/matheusgr/javaclone/blob/master/diagram.py - https://www.npmjs.com/package/java-parser

Implement a language toggle, and change user interface text elements (such as buttons). Don't translate error messages (yet).

good first issue

We need a test framework for modeligado. We should have: - [ ] unit tests for all `State` and `Extractor` classes (`parser.js`) - [ ] system test of modeligado txt...

help wanted
good first issue

The npm package will have the basic modules of modeligado and the command tool described in https://github.com/matheusgr/modeligado/issues/17

Command line modeligado will parse a modeligado txt description and detect error. The tool will also: - generate the java export with the `--export-java` argument

good first issue

The bar between textarea and the diagram should be draggable to allow the user to set the size of both panels.