Add customer names on the ledger, staff session login, and exclusive jobs.events.
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
Account-balance stores display names and looks up by name. Edge writes names on customer create/edit; staff UIs join from edge when needed. New verae-staff-session issues a host cookie; department HTML redirects when STAFF_AUTH=1. JOBS_EVENTS_EXCLUSIVE lets jobs-events own the durable consumer. Catalog index is cards; disabled fleet machines are grey.
This commit is contained in:
parent
cb07f5b321
commit
9cc0018708
38 changed files with 533 additions and 68 deletions
|
|
@ -65,6 +65,7 @@ create verae-jobs-events "Mailbox for verae.zapier.jobs.events"
|
|||
create verae-nats-accounts "NATS INTERNAL vs LEAF account policy"
|
||||
create zapier-decisions "Architecture decisions and action log"
|
||||
create UI-Docs "UI walkthrough, screenshots, and review PDF"
|
||||
create verae-staff-session "Shared staff cookie login for department HTML"
|
||||
|
||||
push_dir "$ROOT/packages/zappier" zappier-edge
|
||||
push_dir "$ROOT/packages/verae-zapier-middleware" verae-middleware
|
||||
|
|
@ -96,5 +97,6 @@ push_dir "$ROOT/packages/verae-jobs-events" verae-jobs-events
|
|||
push_dir "$ROOT/packages/verae-nats-accounts" verae-nats-accounts
|
||||
push_dir "$ROOT/packages/zapier-decisions" zapier-decisions
|
||||
push_dir "$ROOT/packages/ui-docs" UI-Docs
|
||||
push_dir "$ROOT/packages/verae-staff-session" verae-staff-session
|
||||
|
||||
echo ALL_MODULE_REPOS_PUSHED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue