Takazudo Modular Docs

Type to search...

to open search from anywhere

zpreorder

zpreorder

Admin dashboard for managing notify subscriptions and reservations.

Overview

zpreorder is a standalone Vite/React app that provides admin functionality for:

  • Viewing notify subscriptions and reservations
  • Managing subscription/reservation status
  • Sending notification emails to pending subscribers
  • Archiving completed records

Status

🚧 In Development - See GitHub Issue #500

Quick Start

# From project root (mock mode — no network dependencies)
pnpm zpreorder:dev

# Or from sub-package directory
cd sub-packages/zpreorder
pnpm dev

URL: http://zpreorder.localhost:9876

Dev with API (3 environments)

# Local: zpreorder + Netlify Functions (port 9999, offline blobs)
pnpm zpreorder:dev:full

# Remote preview: zpreorder pointing to preview deploy API
pnpm zpreorder:dev:preview

# Remote production: zpreorder pointing to production API
pnpm zpreorder:dev:prod

Documentation