Release History

Changelog

What's new, fixed, and improved in the onboarding platform.

v1.4.0

2026-07-11

7 New8 Fix2 Update
Marketplace Partner onboarding — register as a Seller, Service Provider, Manufacturer, or Marketplace Partner, complete an AI-guided onboarding chat, and e-sign an MOU to join the Hyphen SCS vendor ecosystem
Comprehensive admin dashboard — registration list/detail views, status management, chat replay, and vendor master data management in one place
Admin login — username and password authentication for the admin dashboard, replacing the old open access
Admin email notifications — the Hyphen SCS team now gets an email the moment a new warehouse registration comes in
Automatic error reporting — unexpected server errors now auto-file as bugs for faster fixes, with no impact on page load
Site analytics — Google Analytics now tracks page views across the whole flow, including in-app navigation, to help us see where visitors drop off
Hyphen SCS logo and favicon across every page, replacing placeholder branding
Onboarding UI migrated to the shared Hyphen SCS design system for a more consistent look across the site
Server-side admin authentication — admin API routes are now protected by session checks instead of trusting the client
File uploads are now private and no longer publicly accessible by guessing a URL
AI chat is now guarded against prompt injection via contact name fields
AI chat messages now render as formatted text instead of raw JSON data blocks
File uploads no longer trigger a premature AI summary or show broken image previews
Admin dashboard no longer crashes when a registration is missing files, chat history, or warehouse data
Delete confirmations in the admin dashboard now use an in-app modal instead of a browser popup
Warehouse data submitted by the AI is now correctly matched to the right fields instead of showing as unstructured JSON
Migrated the production deploy pipeline to GCP Identity-Aware Proxy and Workload Identity Federation — no more long-lived SSH keys or an open port 22 on the server
v1.3.0

2026-04-12

1 New3 Fix1 Update
Warm industrial redesign — new Nunito Sans + Plus Jakarta Sans typography, cream/ink/red palette, bay-grid layout on landing and registration pages
Branded 404 page — page-not-found errors now show the Hyphen SCS design with a 'Back to Home' button
Resume flow now looks up registrations server-side — email address is sent to the server and only the matching registration ID comes back, never a full data dump
All UI animations now respect the OS-level 'Reduce Motion' accessibility setting
Nav link tap targets expanded to 44px minimum for reliable mobile interaction
v1.2.1

2026-04-12

3 Fix
Admin dashboard crash on load — seed data used uploadedFiles field instead of files, causing reg.files.length to throw
Settings page showed duplicate model prefix: "Claude claude-sonnet-4-6" corrected to "claude-sonnet-4-6"
Help page accordion buttons now include aria-expanded attribute for screen reader accessibility (React 19 string form)
v1.2.0

2026-04-11

5 New3 Fix
Help page — user manual covering registration flow, AI chat, file uploads, and submission
Changelog page tracking all releases and platform improvements
Feedback page — warehouse owners can submit bug reports and feature requests
Settings page — admin-gated configuration for contact email and notification preferences
Admin panel mobile layout — list/detail view now works on small screens with back navigation
Submit button can no longer be clicked twice — disabled after first submission
Onboarding page shows a branded 404 screen for invalid or expired registration links
Test suite bootstrapped — vitest unit tests for schema, AI prompt, and storage; Playwright e2e smoke tests
v1.1.0

2026-04-09

3 New2 Fix1 Update
Resume registration — warehouse owners can return to an in-progress onboarding via /resume
File upload support — photos, videos, documents attachable during AI chat
Admin panel with password gate, registration list, detail view, status management, and chat replay
AI prompt upgraded with full reference data context for more accurate field extraction
Chat input accessible label for screen readers
Chat progress indicator now reflects actual completion percentage
v1.0.0

2026-04-06

5 New
Landing page with Hyphen SCS branding — Register Warehouse and Marketplace Partner (coming soon) flows
AI-powered conversational registration using claude-sonnet-4-6 — collects all warehouse details via chat
Contact form for basic info collection before starting the onboarding chat
Registration persistence via JSON file storage on server
Deployed to production at onboarding.hyphenscs.com with PM2 + Nginx + SSL