I have a E-services portal for student’s system But I'm not sure which sequence diagram will be drawn for withdrawal from the course
The student can:
- Request apology or reprieve
- Request delete or add course
- Request for re-registration
- Request withdraw from a course
Academic Advisor:
- Request Accept
- Request class expansion
Head of Department:
- Request Accept
Under of Educational Affairs:
- Request Accept
Admission and Registration:
- Request execute
Course withdrawal service procedures:
- Transfer the application to the student's academic advisor for approval.
- Transfer the request to the student’s head of department for approval.
- Transfer the application to the Vice Dean for Educational Affairs for approval.
- Automatic transfer of the application to the Deanship of Admission and Registration for implementation.
My question is:
Is the sequence diagram drawing correct for the required procedures?
How can I draw a class diagram for this system?
Is the Use case diagram correct?