Please enable JavaScript.
Coggle requires JavaScript to display documents.
pink [ 35 ] - Coggle Diagram
pink [ 35 ]
Buyers
create a order
create and send the notification
confirm the order postpone
create and send the notification
check week schedule
check product list per day
check product detail
check the product detail
check notifications list
remove a order
create and send the notification
close a notification
Sellers
postpone the order
create and send the notification
cancel the order
confirm the order
CRUD a product
create and send the notification when creating the new product
check week schedule
check product list per day
check product detail
check notifications list
make a notification ready
Auth [2]
post /login
post /reset-passwrod
get /validate-token/:token
post /set-password
get /logout
orders [4]
CRUD /orders
post /orders/:oid/postpone
status
ready
preparing
postpone
done
reserved
post /orders/:oid/confirm-postpone
notifications [4]
get post /notifications
get /notifications/:nid/archive
schedules [4]
[3] CRUD /schedules
Delete /schedules/:sid/products/:pid
products [2]
CRUD /products
Buyers [2]
CRUD /buyers
Sellers [2]
CRUD /sellers
incomes [1]
get /incomes?productId=pid
Admin
create a Buyers or Sellers
Email [2]
Base [5]