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,23 @@
# Teacher send notice to student
teacher (`amy_tsui@school.com` / `amy_tsui`)
student (`john_ho@school.com/john_ho`)
1. teacher: add new notice
1. add new notice
- select `john_ho@school.com` from student list
- fill subject `A warm greetings from teacher`(__REQUIRED !!!__)
- fill content `Hello welcome to the class` (__REQUIRED !!!__)
1. click `add` button
1. student:
1. on dashboard page
- new notice found (notice count on left side bar notice button +1)
1. click notice button on left side bar
1. read new notice
- click read button
1. click back
1. new notice remains = 1
1. end