Commit Graph

3 Commits

Author SHA1 Message Date
aj 49051b5e64 refactor: replace CutFab API with local file export and database
Remove CutFabApiClient and DrawingSelectionForm - exports no longer
depend on an external API server. DXF/PDF files are saved directly
to a configurable output folder, and export records are persisted
to a local SQL Server database via EF Core.

Replace Color-based progress logging with LogLevel enum across all
services. Redesign MainForm with equipment/drawing filter dropdowns
populated from export history, log row coloring by severity, and
simplified startup flow in Program.cs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 11:27:04 -05:00
aj c9a8442a29 Refactored ExportContext 2025-10-01 09:44:07 -04:00
aj 2d5ffdf5c0 Refactored MainForm 2025-09-29 13:29:50 -04:00