Update concrete syntax of attached associations
- Dominant language
- JavaScript
- Stars
- 25
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
* Load the SimpleClassDiagram toolbar
* Create two classes
* Create a 'test' association between the two classes
* On the head of the association, edit the class
* Put the following in the cardinalities section and hit ok
```
{
{
"dir": "in",
"type": "test",
"min": "0",
"max": "1"
}
}
```
* Note that the cardinality is not updated visually
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue through the SimpleClassDiagram toolbar: create two classes, add a test association, and edit its head cardinalities with the provided JSON. Trace the association editor and visual update path; done means the entered cardinality is displayed after confirming the edit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100