Assignement
Ciugiu
plain_text
a year ago
3.9 kB
23
Indexable
Project: Relational Databases – modeling This project is the first part or the relational Databases evaluation. The goal of this project is to find an appropriate CDM and PDM (Conceptual and Physical Data Model) to a “real world” problem, regarding data management. The global goal of this project is to find a model to represent the EPITA International Programs Database. I have selected this project because it will be less difficult for you to understand the functional requirements, and you could even test your hypothesis with some real situations. Pitch The EPITA International Programs manage to welcome a lot of students, thanks to a powerful database (which you will have to remodel). The system is managed by admins, which operate the data through a web interface, they need to provide credentials to authenticate and access the application. Those credentials are stored in the database. Before the students arrive at EPITA, they are seen as candidates by the system. A candidate provides minimal personal information, say, contact information. When the candidate pays its inscription, he/she is seen as “recruited” in the system. When the payment is complete, the candidate is promoted to a student. To run the programs, the pedagogical admins are defining a curriculum for each program, allowing to define courses, with an associated duration. There are 7 programs (AIs, DSA, SE, ISM, CS, Bsc and AIMS), each of them will have its list of courses, even if courses can be in common across several programs. Each year, there are 2 intakes, with the same programs, but a different set of students assigned to them. For each course, the admins need teachers. Teachers can be recruited internally in the school or among a list of referenced independent teachers. To operate the teachers’ payments, admins need to have contact information about teachers + their bank account reference. Every time a teacher is referenced, an email account is created and assigned to the new teacher. The email address is unique and not modifiable once created. Each group is assigned a list of sessions (lectures), defined by the course they are covering, the teacher present (several teachers could cover the same course, but a teacher cannot give several sessions at the same time), the room (can be occupied by only one session at a time), the start datetime and the end datetime. The same session can be attended by several groups at the same time. There can be different kind of sessions: - Regular on-campus lectures - Online lectures - Practical work (they are taking place in labs) - Exams For each session, attendance is recorded, to list present and missing persons. On the attendance module, the teacher is seeing all the students, independently of their initial population. For each course, it is possible to find at least 1 to several exams, an exam is qualified by its type (as of now, one of: quiz, practical work, project, oral presentation) and a weight for final evaluation calculation. Each exam can be given individually or in groups. Each exam will result in a grade, recorded in the system. The admins can see all the grades and attendance for one student through a “student report” page. Deliverables For this first part, you must provide 3 files: - An ER diagram (crow foot notation) in png format with a good resolution. - A text file containing your CREATE orders using the H2 syntax. - A text file containing your remarks about the modeling choices/issues you experienced. Remark: As there can be some questions, because the subject is not precise enough, list your questions, but provide some solutions and mark them as “to be checked for confirmation”. This list of question can be directly set on the diagram, using a color code, or in a separate word file.
Editor is loading...
Leave a Comment