Commit Graph

58 Commits

Author SHA1 Message Date
Leopoldadmin f9bcbb1f9c feat(database): add migrations.ts with migration framework 2026-06-22 05:37:32 +00:00
Leopoldadmin ad45ed3b4f feat(database): add SqliteAdapter.ts with SQLite implementation 2026-06-22 05:37:06 +00:00
Leopoldadmin f1c8b8ea81 feat(database): add DatabaseInterface.ts with abstract class for CRUD operations 2026-06-22 05:35:21 +00:00
Leopoldadmin 29261fb0f2 feat(database): add schema.sql with all database tables and indexes 2026-06-22 05:34:48 +00:00
Leopoldadmin 14588be219 feat: update root README.md with project overview and setup instructions 2026-06-22 00:07:02 +00:00
Leopoldadmin 4b9e36a5d6 feat: update root .gitignore with specified patterns 2026-06-22 00:06:50 +00:00
Leopoldadmin a4bd632f99 feat: update root docker-compose.yml with cad-backend and cad-frontend services 2026-06-22 00:06:39 +00:00
Leopoldadmin 04c236f9e3 feat: update backend Dockerfile for Node.js app 2026-06-22 00:06:25 +00:00
Leopoldadmin 52af9a7808 feat: update backend src/index.ts with basic Fastify server 2026-06-22 00:06:13 +00:00
Leopoldadmin fcc0c06ec7 feat: update backend tsconfig.json with strict mode 2026-06-22 00:06:01 +00:00
Leopoldadmin bcca9479bb feat: update backend package.json with correct dependencies 2026-06-22 00:05:49 +00:00
Leopoldadmin 65b4305f37 feat: update frontend Dockerfile with multi-stage build 2026-06-22 00:05:30 +00:00
Leopoldadmin e7286fa5ac feat: update frontend src/App.tsx with basic placeholder 2026-06-22 00:05:17 +00:00
Leopoldadmin 655820faf1 feat: update frontend vite.config.ts with React plugin 2026-06-22 00:05:07 +00:00
Leopoldadmin 437cf510c7 feat: update frontend tsconfig.json with strict mode 2026-06-22 00:04:56 +00:00
Leopoldadmin d9437df260 feat: update frontend package.json with correct dependencies 2026-06-22 00:04:36 +00:00
Leopoldadmin c3263531f9 T01: update .gitignore 2026-06-21 20:34:39 +00:00
Leopoldadmin 2fd8f4addb T01: update README.md 2026-06-21 20:34:16 +00:00
Leopoldadmin a6b33888f0 T01: add README.md 2026-06-21 20:34:08 +00:00
Leopoldadmin 249236bb7a T01: update docker-compose.yml 2026-06-21 20:34:00 +00:00
Leopoldadmin f1b3d2e136 T01: update backend Dockerfile 2026-06-21 20:33:37 +00:00
Leopoldadmin e4af170498 T01: update frontend Dockerfile 2026-06-21 20:33:24 +00:00
Leopoldadmin 175f96a996 T01: add backend vitest.config.ts 2026-06-21 20:33:08 +00:00
Leopoldadmin 182616c27f T01: add frontend vitest.config.ts 2026-06-21 20:33:03 +00:00
Leopoldadmin 2862b1afad T01: add .prettierrc 2026-06-21 20:32:55 +00:00
Leopoldadmin 565adc54b7 T01: add .eslintrc.json 2026-06-21 20:32:49 +00:00
Leopoldadmin df16f08e22 T01: add backend src/index.ts 2026-06-21 20:32:41 +00:00
Leopoldadmin 5534baaf29 T01: add backend src/server.ts 2026-06-21 20:32:34 +00:00
Leopoldadmin 4d73138e59 T01: add backend tsconfig.json 2026-06-21 20:32:27 +00:00
Leopoldadmin 50d79f0fd1 T01: update backend package.json 2026-06-21 20:32:22 +00:00
Leopoldadmin bad4368042 T01: update frontend src/index.css 2026-06-21 20:32:02 +00:00
Leopoldadmin da2a8361fe T01: add frontend src/App.tsx 2026-06-21 20:31:44 +00:00
Leopoldadmin 40eab9f7c0 T01: add frontend src/main.tsx 2026-06-21 20:31:40 +00:00
Leopoldadmin c87cd0e704 T01: update frontend index.html 2026-06-21 20:31:35 +00:00
Leopoldadmin 9836c95438 T01: add frontend vite.config.ts 2026-06-21 20:31:20 +00:00
Leopoldadmin de3f5d5b29 T01: add frontend tsconfig.node.json 2026-06-21 20:31:14 +00:00
Leopoldadmin 72c25a20ef T01: add frontend tsconfig.json 2026-06-21 20:31:08 +00:00
Leopoldadmin 6f6c2ed9ff T01: update frontend package.json 2026-06-21 20:31:01 +00:00
Leopoldadmin 16f8b0ef27 Add task_graph.json - Phase 4 implementation tasks (28 tasks) 2026-06-19 22:20:22 +00:00
Leopoldadmin 0a12e5e06d Update architecture.md with full content - Phase 2 architecture design 2026-06-19 22:20:22 +00:00
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