TCLethbridge

Results 86 issues of TCLethbridge

Although we are not supporting joint.js as a priority feature, it crashes in certain circumstances, and the crash needs urgently preventing so people do not stumble on it: (2) For...

bug
Component-UmpleOnline
Priority-High
Component-SemanticsAndGen
Diffic-Med
joint.js

Google reports issues on UmpleOnline and on Cruise main page * Text too small to read * Clickable elements too close together * Viewport not set Suggestion: Detect mobile platform...

Usability
Priority-Low

Github can scan for security vulnerabilities; consider enabling this See https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning-for-compiled-languages -Autobuild may work with Gradle

Priority-Medium
Diffic-Easy
Security
gradle

In the same manner that natural language appears in GV class diagrams, as per issue #1401, the same should be true in state machines. In a state after the name...

Priority-Medium
Component-UmpleOnline
Component-SemanticsAndGen
Diffic-Easy
stateMachines

In Graphviz class diagrams, it would be good if the method to highlight the class also would allow triggering of the appearance of a menu with options to add an...

Priority-Medium
Component-UmpleOnline
Type-ProjectUG
stateMachines
Diffic-Hard

In a GraphViz class diagram, if the user clicks on a class, Javascript code is run to find the class in the text and highlight it. It should be the...

Priority-Medium
Component-UmpleOnline
Diffic-Med
stateMachines

In the following code ``` namespace enumerationbug; class Driver { } class DriverSchedule { enum Shift { Morning, Afternoon, Night } // to work around the bug in Umple enumerations,...

bug
associations
Priority-High
Component-SemanticsAndGen
Diffic-Med
enum

Umple has a plugin for Visual Studio Code. Enhancements are need so it can - Do proper syntax-directed editing - Compilation and debugging with errors pointing back to the original...

enhancement
Priority-High
Type-ResearchGrad
Diffic-Med
Component-ExternalTool
debugging

In the user manual, document * Use of colours on classes * The different layouts (Graphviz, Editable etc.) * The options to control what appears (methods, attributes, etc) * Use...

Priority-Medium
Component-UserDocs
Diffic-VEasy

Some of these suggestions came from users including Zahra Manochehri and Daniel Varro 1. Make state machine examples in the user manual and UmpleOnline consistent. Consider using user lower case...

Priority-Medium
Component-UmpleOnline
Component-UserDocs
Diffic-Easy
Component-Examples