1
edit
Changes
→Manage student
'''System:''' Returns a list of students that are in the respective section.
====Add Student====
'''Actor:''' Clicks "Add Student".
'''System:''' Shows a screen with available fields for adding a new student.
'''Actor:''' Insert student info and chooses to save or cancel the process.
'''System:''' Persists changes to database.
====Edit Student====
'''Actor:''' Clicks "Edit" in the "Modify" table considering the intended student to be edited.
'''System:''' Persists changes to database.
====Delete Student====
'''Actor:''' Clicks "Delete" in the "Modify" table considering the intended student to be edited.
'''System:''' Shows a prompt asking confirmation to delete student.
'''Actor:''' Confirms delete request.
'''System:''' Removes student from database.
=Calendar=