Dev
84cd569fb7
feat(04-06): implement TemplateService and FolderStructureService
- FolderStructureService.CreateFoldersAsync creates folder hierarchy from CSV rows using BulkOperationRunner
- FolderStructureService.BuildUniquePaths deduplicates and sorts paths parent-first by slash depth
- TemplateService already committed; verified compilation and interface compliance
- FolderStructureServiceTests: 4 unit tests pass (BuildUniquePaths edge cases, deduplication, empty levels, BuildPath) + 1 skip
- TemplateServiceTests: 3 unit tests pass (interface impl, SiteTemplate defaults, SiteTemplateOptions defaults) + 2 skip
2026-04-03 10:07:49 +02:00
..
2026-04-03 09:53:05 +02:00
2026-04-03 10:02:09 +02:00
2026-04-03 09:53:05 +02:00
2026-04-03 10:02:09 +02:00
2026-04-03 10:03:41 +02:00
2026-04-02 15:31:57 +02:00
2026-04-03 10:02:57 +02:00
2026-04-03 10:07:49 +02:00
2026-04-03 09:53:05 +02:00
2026-04-03 09:53:05 +02:00
2026-04-03 09:53:05 +02:00
2026-04-02 15:23:04 +02:00
2026-04-03 09:53:05 +02:00
2026-04-03 09:53:05 +02:00
2026-04-02 13:51:15 +02:00
2026-04-02 15:23:04 +02:00
2026-04-02 14:04:22 +02:00
2026-04-02 13:50:35 +02:00
2026-04-02 15:23:04 +02:00
2026-04-03 09:53:05 +02:00
2026-04-02 13:53:45 +02:00
2026-04-02 12:10:56 +02:00
2026-04-02 15:30:44 +02:00
2026-04-02 14:04:22 +02:00
2026-04-02 12:12:02 +02:00
2026-04-02 13:50:35 +02:00
2026-04-02 15:26:16 +02:00
2026-04-03 10:04:03 +02:00