This commit is contained in:
louiscklaw
2025-01-31 21:01:16 +08:00
parent fc6f79b133
commit e08987a3b3
8150 changed files with 1149383 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
# User Guide
## page hierarchy
![](./page_hierarchy.svg)
## login
![](./screenshot/login.png)
## dashboard
![](./screenshot/dashboard.png)
## profile
![](./screenshot/profile.png)
## items_list
![](./screenshot/items_list.png)
## items_view
![](./screenshot/items_view.png)
## items_edit
![](./screenshot/items_edit.png)
## orders_list
![](./screenshot/orders_list.png)
## projects_list
![](./screenshot/projects_list.png)
## user_list
![](./screenshot/user_list.png)
## user_roles_list
![](./screenshot/user_roles_list.png)
## users_groups_list
![](./screenshot/users_groups_list.png)
<!-- show user how to gen -->
![](./screenshot/addresses_list.png)
![](./screenshot/categories_list.png)
![](./screenshot/brands_list.png)

View File

@@ -0,0 +1,59 @@
graph LR;
A(/dashboard)-->B(/profile);
A-->C(/items);
C-->C1(/create)
C-->C2(/view)
C-->C3(/edit)
C-->C4(/delete)
A-->D(/orders)
D-->D1(/create)
D-->D2(/view)
D-->D3(/edit)
D-->D4(/delete)
A-->E(/projects)
E-->E1(/create)
E-->E2(/view)
E-->E3(/edit)
E-->E4(/delete)
A-->F(/users)
F-->F1(/create)
F-->F2(/view)
F-->F3(/edit)
F-->F4(/delete)
A-->G(/user_roles)
G-->G1(/create)
G-->G2(/view)
G-->G3(/edit)
G-->G4(/delete)
A-->H(/user_groups)
H-->H1(/create)
H-->H2(/view)
H-->H3(/edit)
H-->H4(/delete)
A-->I(/addresses)
I-->I1(/create)
I-->I2(/view)
I-->I3(/edit)
I-->I4(/delete)
A-->J(/categories)
J-->J1(/create)
J-->J2(/view)
J-->J3(/edit)
J-->J4(/delete)
A-->K(/brands)
K-->K1(/create)
K-->K2(/view)
K-->K3(/edit)
K-->K4(/delete)
A-->L(/logouts)

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.