SuperSam — доставка строительных материалов
Go to file
Codex fc74241378 fix(delivery): show invoice refs in client flow 2026-05-14 12:51:25 +03:00
.vscode Add logistics UI actions and demo login buttons 2026-05-13 18:59:30 +03:00
docs fix(delivery): show invoice refs in client flow 2026-05-14 12:51:25 +03:00
public Polish demo UI and delivery filters 2026-05-13 18:59:30 +03:00
scripts refactor: align delivery flow with 1c imports 2026-04-13 16:24:04 +03:00
src fix(delivery): show invoice refs in client flow 2026-05-14 12:51:25 +03:00
supabase fix(delivery): show invoice refs in client flow 2026-05-14 12:51:25 +03:00
.env.example Harden auth and delivery endpoints 2026-05-13 18:59:30 +03:00
.gitignore chore: ignore worktrees 2026-04-09 22:28:14 +03:00
.opencode.json Add logistics UI actions and demo login buttons 2026-05-13 18:59:30 +03:00
Caddyfile Add deployment config files and supabaseClient lock fix 2026-05-03 16:44:58 +00:00
Dockerfile Add deployment config files and supabaseClient lock fix 2026-05-03 16:44:58 +00:00
QWEN.md feat: complete delivery workflow updates 2026-04-13 16:32:18 +03:00
README.md Polish demo UI and delivery filters 2026-05-13 18:59:30 +03:00
anonymize_xml.py Add logistics UI actions and demo login buttons 2026-05-13 18:59:30 +03:00
deno.lock feat(delivery): auto-create invitation links 2026-05-13 18:59:30 +03:00
docker-compose.app.yml Add deployment config files and supabaseClient lock fix 2026-05-03 16:44:58 +00:00
docker-compose.yml feat: complete delivery workflow updates 2026-04-13 16:32:18 +03:00
eslint.config.js Polish demo UI and delivery filters 2026-05-13 18:59:30 +03:00
index.html Initial import 2026-03-14 18:40:54 +03:00
package-lock.json Initial import 2026-03-14 18:40:54 +03:00
package.json refactor: align delivery flow with 1c imports 2026-04-13 16:24:04 +03:00
postcss.config.js Initial import 2026-03-14 18:40:54 +03:00
tailwind.config.js Initial import 2026-03-14 18:40:54 +03:00
vite.config.js Initial import 2026-03-14 18:40:54 +03:00

README.md

Construction Delivery Control

React-приложение для управления доставкой заказов. В текущем контуре есть три внутренние роли и публичная страница клиента: менеджер, логист, водитель и клиент.

Запуск

npm install
npm run dev

Главный документ

  • Обзор системы — назначение приложения, роли, сценарии, клиентский flow и подготовка к показу.

Что уже есть

  • OTP-вход по email через Supabase Auth.
  • Role-based dashboard для менеджера, логиста и водителя.
  • Карточка заказа с составом, комментариями и историей.
  • Публичная страница /delivery/:token для выбора даты, половины дня и просмотра состава заказа.
  • Supabase SQL-схема, таблицы приглашений и Edge Functions для invitation flow.
  • Документация по продукту, архитектуре и сценариям.

Структура

  • src/ — интерфейс и клиентская логика.
  • supabase/schema.sql — структура БД, роли, индексы, RLS, триггеры.
  • supabase/functions/ — Edge Functions для приглашений, статусов и чат-коммуникаций.
  • supabase/seed/stage-1-demo.sql — набор seed-данных для показа заказчику.
  • docs/architecture.md — архитектура фронтенда и модулей.
  • docs/product-overview.md — общий обзор продукта, ролей и сценариев.
  • docs/scenarios.md — сценарии жизненного цикла заказа.