This commit is contained in:
louiscklaw
2025-01-31 21:09:49 +08:00
parent 130daf5bae
commit 653422de08
1475 changed files with 330350 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
# Teacher take attendance
## characters:
1. teacher (`amy_tsui@school.com` / `amy_tsui`)
1. student_john (`john_ho@school.com/john_ho`)
1. student_sarah (`sarah_fung@school.com/sarah_fung`)
## steps:
1. teacher: click left sidebar `Apply schedule`
1. tick `Design and Technology`
1. click `save`
1. back to dashboard
1. `schedule overview` -> `Design and Technology` have been added !
1. student_john: click left sidebar `Apply subject`
1. tick `Design and Technology`
1. click `save`
1. back to dashboard
1. `schedule overview` -> `Design and Technology` have been added !
1. student_sarah: click left sidebar `Apply subject`
1. tick `Design and Technology`
1. click `save`
1. back to dashboard
1. `schedule overview` -> `Design and Technology` have been added !
1. teacher: `Applicable schedule`
1. find `Subject: Design and Technology Course`
1. click `update attendance`
1. tick `present`
1. click `save`
1. redirect to `Applicable schedule`
1. click `view attendance`
1. `john_ho@school.com` present
1. `sarah_fung@school.com` not present
1. end