diff --git a/Readme.md b/Readme.md index 736c814542d291143c82f109319cc54cd43c9875..ce0d528a78eac688d6eb28c675fd043b9c599d46 100644 --- a/Readme.md +++ b/Readme.md @@ -1,44 +1,44 @@ -#TDT4250 Advanced Software Engineering +# TDT4250 Advanced Software Engineering -#WebPageCourse Description +## WebPageCourse Description -## StudyProgram +### StudyProgram The root of the diagram, it can have many courses. -## Course +### Course It has a code, name and content. Its value its in credits. -## CourseWork +### CourseWork Stores the information about the hours of the lectures and labs. -## RelatedCourses +### RelatedCourses Links the prerequisites to the course class. -## Requirement +### Requirement Stores information about the required courses, can be recommended or mandatory. -## CreditReductionCourse +### CreditReductionCourse Stores information about the reductions of credits depending on the related courses. -## CourseInstance +### CourseInstance Stores the semester information. -## Organization +### Organization The department in charge of the course. -## People +### People Has a role (lecturer,coordinator or another) and a name. -## Timetable +### Timetable Shows the timetable of the course. -## Schedule +### Schedule Has the information about where and when the classes are taken. -## EvaluationForm +### EvaluationForm Stores information about the different types of work of the course. -## Work +### Work Has a type (exam, assignments,work) and a percentage. -#Jorge Cristobal Martin \ No newline at end of file +# Jorge Cristobal Martin \ No newline at end of file