Commit Graph

118 Commits

Author SHA1 Message Date
Leopoldadmin d534515260 Add architecture.md – Phase 2 architecture design (v1) 2026-06-19 22:17:28 +00:00
Leopoldadmin 2ce6f31ccc docs: requirements v5 – quality review fixes (3 critical, 8 major, 8 minor/suggestion)
Critical:
- F-CAD-13: Autosave/Crash Recovery (60s, restore on restart)
- F-CAD-04: Expanded snap system (Center, Perpendicular, Tangent, Nearest, Quadrant)
- F-CAD-13a: Units Management (mm, cm, m, inches, feet) + Q-12 resolved

Major:
- F-CAD-07: Lasso/Polygon selection
- F-UI-04/04a: Extended shortcuts + customization
- NF-PLAT-01: Browser compat (last 2 major versions, Playwright)
- F-MU-06/06a: Offline/PWA + conflict visualization
- NF-PLAT-04: PWA installable
- F-MU-07: Versionshistorie (50 versions, diff, non-destructive)
- NF-A11Y-01: WCAG 2.1 AA + Q-10 resolved
- F-MU-05/05a: RBAC granularity + permission matrix
- F-CAD-09: Undo/Redo quantified (100 steps)

Minor/Suggestion:
- Non-Goal #11: Bestuhlungs-Zaehlung is not a non-goal
- F-CAD-14: Search/Find
- F-LAY-07: Layer-State import/export
- F-LIB-08: Bibliotheks-Paket-Import (ZIP)
- NF-SEC-06: GDPR compliance
- NF-SEC-07: API rate limiting
- F-UI-11: i18n readiness
- 3 new risks: data loss, large import, cross-browser rendering
- F-CAD-03/F-BG-02: Units generalized
2026-06-19 21:39:56 +00:00
Agent Zero 249d5fbdb6 docs: update requirements v4 – KI simplified to OpenAI-compatible endpoint, Q-15/Q-16 resolved, no local model deployment 2026-06-19 23:27:47 +02:00
Agent Zero 121efbae0a docs: update requirements v3 – KI Copilot, API-First/Modularity, Q-03 resolved (SQLite), AI architecture research 2026-06-19 23:18:53 +02:00
Agent Zero 239955f6f2 docs: update requirements v2 – AutoCAD Web reference, Open Source, Plugin-System, Q-01/Q-02 resolved 2026-06-19 22:59:18 +02:00
Agent Zero 6f18ab8735 docs: add requirements specification for web-cad (Phase 1 Intake) 2026-06-19 22:46:39 +02:00
Agent Zero 9fc4691c74 Restore node:22-alpine frontend with vite preview (successful config) 2026-05-25 18:55:56 +00:00
Agent Zero 385861f486 Add frontend container (nginx) with api proxy, restore two-container architecture 2026-05-25 18:36:41 +00:00
Agent Zero aa17e212bc Remove sqlite3 dependency - using PostgreSQL instead 2026-05-25 17:11:11 +00:00
Agent Zero 0a02e11d99 Fix: expose 5000 damit Traefik den Backend-Container findet 2026-05-25 17:08:01 +00:00
Agent Zero 2c5fe4dae9 Single container: Backend serves API + Frontend static files + SPA fallback 2026-05-25 17:03:06 +00:00
Agent Zero c7899ae4f6 Use raw SQL for admin user creation to ensure login works 2026-05-25 16:52:19 +00:00
Agent Zero c2905fdfe4 Fix login: seed.js creates admin user, run seed before server start 2026-05-25 16:49:20 +00:00
Agent Zero a1d377e8e5 Fix vite preview: allow cad.media-on.de host 2026-05-25 16:00:06 +00:00
Agent Zero bee3f758f6 PostgreSQL statt SQLite: eigener DB-Container in Compose 2026-05-25 15:52:52 +00:00
Agent Zero bf47739479 Fix healthchecks: use node http module instead of wget/curl 2026-05-24 21:57:38 +00:00
Agent Zero d054d4c726 Fix frontend Dockerfile: apk instead of apt-get for nginx:alpine 2026-05-24 21:56:15 +00:00
Agent Zero cdf350c618 Fix healthchecks: install curl in backend and frontend images 2026-05-24 21:54:58 +00:00