selahlynch
Registered User.
- Local time
- Today, 22:02
- Joined
- Jan 3, 2010
- Messages
- 63
I'm having a hard time deciding how to set up my class diagram for a database that keeps track of employee training records. I need to keep track of when employees attended certain courses. I also need to keep track of dates by which employees are required to take a course.
Its also very important that I am able to compute a statistic that is the compliance percentage. That is a ratio A/B.
A - the number of employees who have fulfilled the requirements for a certain course
B - the number of employees who are either required to take the course OR have fulfilled the course requirements.
Below I attached some possible class diagrams. I'm looking for any kind of feedback or sharing of experience. I feel a little bit stuck right now.



Its also very important that I am able to compute a statistic that is the compliance percentage. That is a ratio A/B.
A - the number of employees who have fulfilled the requirements for a certain course
B - the number of employees who are either required to take the course OR have fulfilled the course requirements.
Below I attached some possible class diagrams. I'm looking for any kind of feedback or sharing of experience. I feel a little bit stuck right now.


