update,
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
# User Guide
|
||||
|
||||
## page hierarchy
|
||||

|
||||
|
||||
## login
|
||||
|
||||

|
||||
|
||||
## dashboard
|
||||
|
||||

|
||||
|
||||
## profile
|
||||
|
||||

|
||||
|
||||
## items_list
|
||||
|
||||

|
||||
|
||||
## items_view
|
||||
|
||||

|
||||
|
||||
## items_edit
|
||||
|
||||

|
||||
|
||||
## orders_list
|
||||

|
||||
|
||||
## projects_list
|
||||

|
||||
|
||||
## user_list
|
||||

|
||||
|
||||
## user_roles_list
|
||||

|
||||
|
||||
## users_groups_list
|
||||

|
||||
|
||||
<!-- show user how to gen -->
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -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 |
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/addresses_list.png
(Stored with Git LFS)
Normal file
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/addresses_list.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/brands_list.png
(Stored with Git LFS)
Normal file
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/brands_list.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/categories_list.png
(Stored with Git LFS)
Normal file
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/categories_list.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/dashboard.png
(Stored with Git LFS)
Normal file
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/dashboard.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/items_edit.png
(Stored with Git LFS)
Normal file
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/items_edit.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/items_list.png
(Stored with Git LFS)
Normal file
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/items_list.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/items_view.png
(Stored with Git LFS)
Normal file
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/items_view.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/login.png
(Stored with Git LFS)
Normal file
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/login.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/orders_list.png
(Stored with Git LFS)
Normal file
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/orders_list.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/profile.png
(Stored with Git LFS)
Normal file
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/profile.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/projects_list.png
(Stored with Git LFS)
Normal file
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/projects_list.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/user_list.png
(Stored with Git LFS)
Normal file
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/user_list.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/user_roles_list.png
(Stored with Git LFS)
Normal file
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/user_roles_list.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/users_groups_list.png
(Stored with Git LFS)
Normal file
BIN
ryankochun91735/task1/project/_doc_source/User Guide/screenshot/users_groups_list.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user