fga-eps-mds / CollegeFlow

Backend: https://github.com/fga-eps-mds/CollegeFlow-Backend
https://fga-eps-mds.github.io/CollegeFlow/
MIT License
6 stars 2 forks source link

Refac/rewrite diagrams #179

Closed Luckx98 closed 2 years ago

Luckx98 commented 2 years ago

The diagrams are model incorrectly. The Subject doesn't have a subjectScore it has a rating which is a double. Also the subject inherit a list of reviews.

The diagram for use case is also bad modeled. We can't show description for subject. We can't se score mean for each teacher, just the mean for the whole subject. We can only see the courses for software engineering

I resolved this comment on documents related