Skip to content
garevna edited this page Apr 27, 2021 · 7 revisions

dgtek-admin-dash

demo

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Web-WORKER

app controller description

You can use inherited methods to send requests for the workers Worker's response will be returned by event

Method event comment
auth
auth
auth
auth
auth

Requests to the worker:

routes and actions:
route action comment
customers
refresh get from remote server to local DB
list get all customers from local DB
get get customer from local DB by id
add add new customer
remove delete customer by id
update update customer data
rsp
init set host, app key and secret from .env
auth send request to remote server for credentials
get get RSP data
update update RSP data
tickets
get get all tickets
post post new ticket
services
get get all services

Clone this wiki locally