From c7616cef9251f5e85ecb88a08d5c1fd49cb96a5c Mon Sep 17 00:00:00 2001 From: MaxenceVanderk <99428112+MaxenceVanderk@users.noreply.github.com> Date: Sun, 25 Sep 2022 22:08:24 +0200 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 1c6a6a1..468a05b 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,33 @@ Assignement 1 The model presented is that of an NTNU page for economics studies. The courses, the department and the professors are the classes used in this model + +Economics.xmi is the body representing the economics curriculum through the second year. +The model consists of courses, people and departments + +Departments have a unique name, courses and teachers. + +Persons have a mandatory first name, they can have a name and courses. +The full name (volatile) was intended to be generated through the firstname and last name but it is not implemented. + +Courses have labels, a unique teacher code, a credit, a teaching period and a study year. + + + + + + +Courses can be represented by the learning period (year and season), the credits they are worth, their titles and their code + +  + + +Then we have the instance Sok1000 that represents a course, with its name, its credits, its teachers, its code, its credits, the teaching period and the study year. + + + + + + + -- GitLab