5 Commits

Author SHA1 Message Date
f1c1efd8d3 feat(rack): add shift-click context modal for connections with color and edge type configurability 2026-03-22 21:35:10 -05:00
1f360cdb2a feat(rack-planner): add support for WAN and SFP ports with right-justified layout and distinct styling 2026-03-22 15:16:54 -05:00
becb55d57c feat(rack-planner): implement port-to-port connections (patch cables) with dynamic SVG visualization layer 2026-03-22 14:55:33 -05:00
bcb8a95fae Switch auth to plain-text password env var (remove bcrypt)
- Replace ADMIN_PASSWORD_HASH with ADMIN_PASSWORD in auth route and docker-compose
- Remove bcryptjs / @types/bcryptjs dependencies
- Delete scripts/hashPassword.ts (no longer needed)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 22:05:42 -05:00
231de3d005 Initial scaffold: full-stack RackMapper application
Complete project scaffold with working auth, REST API, Prisma/SQLite
schema, Docker config, and React frontend for both Rack Planner and
Service Mapper modules. Both server and client pass TypeScript strict
mode with zero errors. Initial migration applied.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 21:48:56 -05:00