iremkaymakcilar / ceng396-software-engineering

MinWin
1 stars 0 forks source link

UML Diagrams #3

Open debruparlak opened 5 years ago

debruparlak commented 5 years ago

CLASS DİAGRAM

umlclass

USE CASE DİAGRAM

use

edogdu commented 5 years ago

Class diagram: 1) Student Chats with which user? 2) Chat and Message are not connected? 3) Item is connected to Chat, not to User? Why? 4) No need for Settings? Those are student/user functions. 5) Class name should be either User or Student, not both 6) Add "Admin" class as a subclass of User

Use case model: 1) Add: "Notify User" by the System or Admin actor 2) Add: "Delete Item"

for now...