Skip to content

Instantly share code, notes, and snippets.

@nchashch
Last active October 7, 2019 17:57
Show Gist options
  • Save nchashch/2ea0c4d9fd64cee483cdddb0ede5142b to your computer and use it in GitHub Desktop.
Save nchashch/2ea0c4d9fd64cee483cdddb0ede5142b to your computer and use it in GitHub Desktop.

Процессы

Безопасность

HTTPS, authentication, authorization

Расположение товаров в торговом зале

API

POST /api/placements
GET /api/placements
PATCH /api/placements/:placementid
GET /api/placements/:placementid
GET /api/placements/:placementid/job

Продажа товаров на кассе

API

POST /api/sales
GET /api/sales
GET /api/sales/:saleid

Учет количества и цен товаров

API

POST /api/items
GET /api/items
GET /api/items/:itemid/

Обеспечение работоспособности оборудования

API

POST /api/equipment
PATCH /api/equipment
GET /api/equipment
GET /api/equipment/:equipmentid

Привлечение клиентов (карты лояльности?)

API

POST /api/customers/:customerid/orders
POST /api/customers
GET /api/customers
GET /api/customers/:customerid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment