TCLethbridge
TCLethbridge
Currently we are using the txl version at txl.ca (with a backup kept in our main server in case it goes off line). However TXL is going open source at...
Implement the Language Server Protocol so external tools can more readily use Umple See https://microsoft.github.io/language-server-protocol/ This should be tested with tool plugins too. Consider enhancing the VSCode plugin with this....
UmpleOnline may have some accessibility weaknesses. We should check it against WCAG guidelines using a tool like the following, and try to find ways to improve accessibility https://accessibe.com/accessscan?utm_feeditemid=&utm_device=c&utm_term=%2Bwcag%20%2Btesting&utm_source=google&utm_medium=cpc&utm_campaign=GSN_%7C_US-CA_%7C_Accessibility_and_Compliance_Checkers_(accessScan)&hsa_cam=9492882453&hsa_grp=97916663993&hsa_mt=b&hsa_src=g&hsa_ad=589939198502&hsa_acc=%7B5473750088%7D&hsa_net=adwords&hsa_kw=%2Bwcag%20%2Btesting&hsa_tgt=kwd-301781234372&hsa_ver=3&gad_source=1&gclid=CjwKCAjw5v2wBhBrEiwAXDDoJWxoPzfDA0uOks695bZrgMBLAPoUS3m9Cy9kDp0tuODUDXrmksU9XhoC-FYQAvD_BwE
The https://structurizr.com tool looks interesting. We should research to see whether any connections could be made to Umple
Two kinds of random generators could be created: One that generates random Umple, based on the Umple grammar, with a focus on classes, attributes, associations and state machines. This could...
The description feature of any Umple requirement should be able to be * A github issue * A Jira issue Tools in UmpleOnline could help make these links followable, and...
Core to engineering design is the creation of design alternatives, which can be compared using various criteria, and then a final design selected (or perhaps more than one for different...
As an option in the graphviz generators we should experiment to see whether creating orthogonal arcs would be useful. This should be easy.] These can be generated using splines=ortho in...
Currently at https://umple.org/metamodel several huge diagrams of Umple's design can be seen. These are useful (perhaps) and can be hovered over and clicked on to jump to the Javadoc for...
With issue #1067 nearing completion, Umple's will support serialization and deserialization using Json. However another important data format is ProtoBuf. It would be good to consider supporting it to allow...