|
Some checks are pending
CI / verify (push) Waiting to run
- Delete /buildStore command + flow (dead since phone numbers now have to be purchased before provisioning); drop the only cascading dead helper (updateLocationRouteGroup) that was only called by that flow - Rename /migrateStore -> /finalizeStore. "Migrate" was a leftover from the legacy-system era; the command finishes what stage started - Rename buildStoreInfoCard -> storeConfirmationCard (misleading name since all flows share it); rename btnBuildStore/btnBadInfo -> btnConfirm/btnCancel to match - Fix the double-write of storeInfo.extension: siw.js sets a 5XXXX default and both command handlers were overriding it (stage to 8XXXX, finalize back to 5XXXX). Drop both overrides; single source of truth - Add /finalizeStore preflight that runs findWebexLocation in parallel with findWebexUser; if the location doesn't exist, bail before showing the confirmation card with an actionable "Run /stageStore first" line - Add post-run next-step summaries: stage points at /finalizeStore <n>, finalize confirms the location is live - Update README (commands, mermaid) and deviceCustomizations header Co-authored-by: Cursor <cursoragent@cursor.com> |
||
|---|---|---|
| .. | ||
| announcements.js | ||
| auth.js | ||
| autoAttendants.js | ||
| client.js | ||
| deviceCustomizations.js | ||
| devices.js | ||
| licensing.js | ||
| locations.js | ||
| schedules.js | ||
| users.js | ||