diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 8b9fd92..fab6aec 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -213,17 +213,18 @@ }, "active": "41ed24ce492fd06e", "lastOpenFiles": [ - "src/Frontend/src/components/common/StatusChip.tsx", - "src/Frontend/src/components/common/ProgressBar.tsx", - "src/Frontend/src/components/common/LoadingSpinner.tsx", - "src/Frontend/src/components/common/ErrorDisplay.tsx", - "src/Frontend/src/components/Publishing/PublishingDashboard.tsx", - "src/Frontend/src/components/Packages/PackageList.tsx", - "src/Frontend/src/components/Packages/PackageForm.tsx", - "src/Frontend/src/components/Layout/AppLayout.tsx", - "src/Frontend/src/types/index.ts", - "src/Frontend/src/services/signalRService.ts", - "src/Frontend/src/services/publicationService.ts", + "src/Database/Services/PasswordHasher.cs", + "src/Database/Services/DatabaseSeeder.cs", + "src/Database/Services/DatabaseMigrator.cs", + "src/Database/Repositories/IUserRepository.cs", + "src/Database/Repositories/IPublicationRepository.cs", + "src/Database/Repositories/IProjectRepository.cs", + "src/Database/Repositories/IPackageRepository.cs", + "src/Database/Repositories/IFogBugzRepository.cs", + "src/Database/Repositories/IBuildRepository.cs", + "src/Database/Models/User.cs", + "src/Database/Models/StorageProvider.cs", + "README-Database.md", "src/Frontend/README.md", "legacy.md", "claude.md",