This commit is contained in:
louiscklaw
2025-01-31 21:39:17 +08:00
parent 2e592cb561
commit c8cd212029
89 changed files with 9078 additions and 0 deletions

Binary file not shown.

BIN
jamespong14205/task1/project/002_notes/design/admin_edit.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
jamespong14205/task1/project/002_notes/design/admin_home.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,39 @@
# Digest
### stack
- app
- db
### Registration form page (1page + 2 logic)
![alt text](register.png)
(Please add required fields checking for user didn't input data)
- If user select more than three option will pass to semi-urgent waiting list,
- If user select advice include (nausea and vomiting) also pass to semi-urgent waiting list,
- otherwise > non - urgent waiting list)
### Queue page (1 page + 2 logic)
![alt text](queue.png)
- DIsplay user waiting number
- waiting list type (semi-urgent /non-urgent)
### admin login page (1 page + 1 logic)
![alt text](admin_login.png)
### Administrator page (1 page + 2 logic)
![alt text](admin_home.png)
### case list view (2 pages + 2 logic)
![alt text](admin_case_list.png)
- case can be modify
- save
- deleted

BIN
jamespong14205/task1/project/002_notes/design/search.jpg (Stored with Git LFS) Normal file

Binary file not shown.