Commit 6b80d70
committed
File tree
- ApiResources
- Clients
- Tests
Submodule TalentManagement-API updated 16 files
- TalentManagementAPI.Application/Features/AI/Queries/NlSearch/NlEmployeeFilterDto.cs+19
- TalentManagementAPI.Application/Features/AI/Queries/NlSearch/NlSearchQuery.cs+123
- TalentManagementAPI.Application/Features/Positions/Queries/SemanticSearch/SemanticPositionResultDto.cs+14
- TalentManagementAPI.Application/Features/Positions/Queries/SemanticSearch/SemanticPositionSearchQuery.cs+11
- TalentManagementAPI.Application/Interfaces/IAiResponseMetadata.cs+11
- TalentManagementAPI.Application/Interfaces/IEmbeddingService.cs+11
- TalentManagementAPI.Domain/Entities/Position.cs+7
- TalentManagementAPI.Infrastructure.Persistence/Contexts/ApplicationDbContextHelpers.cs+4
- TalentManagementAPI.Infrastructure.Persistence/QueryHandlers/SemanticPositionSearchQueryHandler.cs+82
- TalentManagementAPI.Infrastructure.Shared/ServiceRegistration.cs+23-1
- TalentManagementAPI.Infrastructure.Shared/Services/CachingAiChatService.cs+73
- TalentManagementAPI.Infrastructure.Shared/Services/OllamaEmbeddingService.cs+39
- TalentManagementAPI.WebApi/Controllers/v1/AiController.cs+44-1
- TalentManagementAPI.WebApi/Controllers/v1/PositionsController.cs+75-1
- TalentManagementAPI.WebApi/TalentManagementAPI.WebApi.xml+21
- TalentManagementAPI.WebApi/appsettings.json+5-2
Submodule TalentManagement-Angular-Material updated 12 files
- talent-management/src/app/config/auth.config.ts+6-3
- talent-management/src/app/core/interceptors/error-interceptor.ts+2-1
- talent-management/src/app/routes/ai-chat/ai-chat.component.ts+7-11
- talent-management/src/app/routes/employees/employee-list.component.html+36
- talent-management/src/app/routes/employees/employee-list.component.scss+39
- talent-management/src/app/routes/employees/employee-list.component.ts+70
- talent-management/src/app/routes/positions/position-list.component.html+69
- talent-management/src/app/routes/positions/position-list.component.scss+21
- talent-management/src/app/routes/positions/position-list.component.ts+61-4
- talent-management/src/app/services/api/ai.service.ts+43-7
- talent-management/src/environments/environment.prod.ts+3-3
- talent-management/src/environments/environment.ts+1-1
Submodule AngularNetTutorial-Playwright updated 15 files
- .claude/skills/playwright-cli/SKILL.md-344
- .claude/skills/playwright-cli/references/element-attributes.md-23
- .claude/skills/playwright-cli/references/playwright-tests.md-39
- .claude/skills/playwright-cli/references/request-mocking.md-87
- .claude/skills/playwright-cli/references/running-code.md-231
- .claude/skills/playwright-cli/references/session-management.md-169
- .claude/skills/playwright-cli/references/storage-state.md-275
- .claude/skills/playwright-cli/references/test-generation.md-88
- .claude/skills/playwright-cli/references/tracing.md-139
- .claude/skills/playwright-cli/references/video-recording.md-143
- .vscode/settings.json-3
- diagnostic-screenshot.png
- docs/QUICK_FIX_GUIDE.md+155
- docs/plans/playwright-test-planner-angularnettutorial.md-504
- tests/dashboard/dashboard-role-availability.spec.ts-76
0 commit comments