Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+10 votes

Which part of your project are you making into a UML diagram?

asked in CSC 305 Fall 2024 by (1.4k points)

2 Answers

+3 votes

The main classes are what we are using. In our case, there is the controller class and sub-classes (server, scenario, training) inheriting from that class.

answered by (743 points)
+2 votes

Are we supposed to make a general UML of the entire project or is it possible to only focus on a certain part/feature?

answered by (4.1k points)
+1

I believe you can only focus on a certain part/feature. For ours, we focus on the AI chat controller instead of the whole project.

+1

That's what we were thinking too cause it seems more manageable, Thanks!

...