nus-cs2103-AY2324S2 / forum

16 stars 0 forks source link

Simplification of UML Diagram #747

Open RunjiaChen opened 5 months ago

RunjiaChen commented 5 months ago

For my feature in AB3, there is a popup GUI window that prompts the user to add the details of a new contact step by step. Once all the details have been entered, the user will have to manually close the window to exit the GUI.

Here is the puml diagram I have drawn for the entire process

https://github.com/nus-cs2103-AY2324S2/forum/assets/142142406/065953c7-dae8-422b-8880-a1e636ed8419

image

I know that the puml diagram is not technically correct, i.e it does not show that the user has to close the window in order to reach the "end" of process, but I feel that those details are unnecessary and may confuse the developers. May I know if that is allowed?

damithc commented 5 months ago

@RunjiaChen Without being too specific (as the DG is a graded submission), yes, you may omit unimportant details from UML diagrams.

More on this ...