update,
This commit is contained in:
29
jamespong14205/task1/project/002_notes/README.md
Normal file
29
jamespong14205/task1/project/002_notes/README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# README
|
||||
|
||||
### known background requirement
|
||||
|
||||
1. align `.wslconfig` for below parameters
|
||||
|
||||
```
|
||||
[wsl2]
|
||||
memory=4G
|
||||
processors=4
|
||||
swap=16G
|
||||
```
|
||||
|
||||
### start development/demo server
|
||||
|
||||
```bash
|
||||
# 1. start docker
|
||||
$ ./dc_up.sh
|
||||
|
||||
# 2.
|
||||
$ docker compose exec -it client bash
|
||||
|
||||
# 3. into client, spin up dev server
|
||||
$ yarn demo
|
||||
|
||||
# 4. brows localhost -> http://localhost
|
||||
|
||||
|
||||
```
|
BIN
jamespong14205/task1/project/002_notes/design/admin_case_list.png
(Stored with Git LFS)
Normal file
BIN
jamespong14205/task1/project/002_notes/design/admin_case_list.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
jamespong14205/task1/project/002_notes/design/admin_edit.jpg
(Stored with Git LFS)
Normal file
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
BIN
jamespong14205/task1/project/002_notes/design/admin_home.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
jamespong14205/task1/project/002_notes/design/admin_login.png
(Stored with Git LFS)
Normal file
BIN
jamespong14205/task1/project/002_notes/design/admin_login.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
jamespong14205/task1/project/002_notes/design/client_queue.png
(Stored with Git LFS)
Normal file
BIN
jamespong14205/task1/project/002_notes/design/client_queue.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
jamespong14205/task1/project/002_notes/design/client_register.png
(Stored with Git LFS)
Normal file
BIN
jamespong14205/task1/project/002_notes/design/client_register.png
(Stored with Git LFS)
Normal file
Binary file not shown.
39
jamespong14205/task1/project/002_notes/design/index.md
Normal file
39
jamespong14205/task1/project/002_notes/design/index.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Digest
|
||||
|
||||
### stack
|
||||
|
||||
- app
|
||||
- db
|
||||
|
||||
### Registration form page (1page + 2 logic)
|
||||
|
||||

|
||||
|
||||
(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)
|
||||
|
||||

|
||||
|
||||
- DIsplay user waiting number
|
||||
- waiting list type (semi-urgent /non-urgent)
|
||||
|
||||
### admin login page (1 page + 1 logic)
|
||||
|
||||

|
||||
|
||||
### Administrator page (1 page + 2 logic)
|
||||
|
||||

|
||||
|
||||
### case list view (2 pages + 2 logic)
|
||||
|
||||

|
||||
|
||||
- case can be modify
|
||||
- save
|
||||
- deleted
|
BIN
jamespong14205/task1/project/002_notes/design/search.jpg
(Stored with Git LFS)
Normal file
BIN
jamespong14205/task1/project/002_notes/design/search.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user