Commit Graph

38 Commits

Author SHA1 Message Date
Leopoldadmin 8deb1f1844 Create RotateSeatingGroupTool.ts to implement rotation functionality 2026-06-22 21:12:38 +00:00
Leopoldadmin ce33001b1e Add public method placeChairsOnSelectedTables() and update ID generation to use crypto.randomUUID() 2026-06-22 21:12:07 +00:00
Leopoldadmin 8381d916d2 Fix U-shape logic in createKlasseTemplate to be open at bottom, not hollow rectangle 2026-06-22 21:11:41 +00:00
Leopoldadmin f0aec3a804 Replace Date.now().toString() with crypto.randomUUID() for ID generation 2026-06-22 21:10:10 +00:00
Leopoldadmin 4b2ee0bc75 Replace Date.now().toString() with crypto.randomUUID() for ID generation 2026-06-22 21:09:54 +00:00
Leopoldadmin a2cb86bd66 Implement actual capacity calculation and replace alert() with callback mechanism 2026-06-22 21:08:53 +00:00
Leopoldadmin 720ce055df Fix typo in Tool.ts: export keyword was missing 'e' 2026-06-22 21:08:39 +00:00
Leopoldadmin ab0dd91afa Add Tool base class 2026-06-22 21:06:05 +00:00
Leopoldadmin 18ea2512ba Update modification tools index to include RotateSeatingGroupTool 2026-06-22 21:05:01 +00:00
Leopoldadmin 4ffa0b7ea0 Update drawing tools index to include new seating tools 2026-06-22 21:04:51 +00:00
Leopoldadmin 7c59a5e6af Add RotateSeatingGroupTool for rotating table and chairs 2026-06-22 21:04:30 +00:00
Leopoldadmin c9b89cdc14 Add CapacityDisplayTool for showing total seats count 2026-06-22 21:04:20 +00:00
Leopoldadmin 07e2e73806 Add SeatingTemplateTool for predefined seating layouts 2026-06-22 21:04:10 +00:00
Leopoldadmin 8d5a9f4eb9 Add AutoChairPlacementTool for automatic chair placement around tables 2026-06-22 21:03:45 +00:00
Leopoldadmin d5e1daae82 Add ChairTool for creating individual chairs 2026-06-22 21:03:33 +00:00
Leopoldadmin 38f8fcdbca Add TableTool for creating rectangular and round tables 2026-06-22 21:03:27 +00:00
Leopoldadmin f5478b7159 feat: add index.ts for modification tools 2026-06-22 14:43:08 +00:00
Leopoldadmin 7f75dd18a0 feat: add OffsetTool implementation 2026-06-22 14:43:00 +00:00
Leopoldadmin c62f36b908 feat: add FilletTool implementation 2026-06-22 14:42:55 +00:00
Leopoldadmin db13d9d481 feat: add ExtendTool implementation 2026-06-22 14:42:52 +00:00
Leopoldadmin 7fa2fec00d feat: add TrimTool implementation 2026-06-22 14:42:48 +00:00
Leopoldadmin 2ceaf7b5c1 feat: add MirrorTool implementation 2026-06-22 14:42:43 +00:00
Leopoldadmin 914d929877 feat: add ScaleTool implementation 2026-06-22 14:42:39 +00:00
Leopoldadmin c87f4ab45f feat: add RotateTool implementation 2026-06-22 14:42:34 +00:00
Leopoldadmin 86bae1e755 feat: add CopyTool implementation 2026-06-22 14:42:29 +00:00
Leopoldadmin 6823347002 feat: add MoveTool implementation 2026-06-22 14:42:24 +00:00
Leopoldadmin 08114b6208 Implement ToolManager.ts 2026-06-22 07:24:11 +00:00
Leopoldadmin b8df8249ec Implement index.ts 2026-06-22 07:23:58 +00:00
Leopoldadmin 15879767af Implement DimensionTool.ts 2026-06-22 07:23:52 +00:00
Leopoldadmin 976403f5fa Implement TextTool.ts 2026-06-22 07:23:46 +00:00
Leopoldadmin b8a8464636 Implement ArcTool.ts 2026-06-22 07:23:39 +00:00
Leopoldadmin f3c0c65f8d Implement RectTool.ts 2026-06-22 07:23:29 +00:00
Leopoldadmin d1591e3b9d Implement PolygonTool.ts 2026-06-22 07:23:22 +00:00
Leopoldadmin 5d8dc15d86 Implement PolylineTool.ts 2026-06-22 07:23:13 +00:00
Leopoldadmin 4560984dcb Implement CircleTool.ts 2026-06-22 07:23:03 +00:00
Leopoldadmin d5b645e5b3 Implement LineTool.ts 2026-06-22 07:22:56 +00:00
Leopoldadmin c79a87ff6e Create drawing directory 2026-06-22 07:22:47 +00:00
Leopoldadmin 87fa62a6bb Create tools directory 2026-06-22 07:22:43 +00:00