Open itzblim opened 3 years ago
Thank you for the report. We are rejecting this report for the following reasons:
You are correct that the UI
component does listen for changes in the Model
. However, it does so through the Logic
component, hence, there is no direct link from UI
to Model
. Since this diagram omits all details unrelated to the UI
component, we do not show any details of the Logic
component which is linked to the Model
.
You can see the link between Logic
and Model
here:
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
In DG page 6:
There is no link from the UI to the model, but the description says that the UI listens for changes to the model
Seems like there should be a link between the model and the UI, but might be a bug in the UML diagram.