7423391003
Merge branch 'Feature/program-manager/priority'
...
# Conflicts:
# ServiceHost/Areas/Admin/Controllers/ProgramManager/ProjectController.cs
2026-01-07 18:05:46 +03:30
572f66f905
feat: implement auto-pending for task sections reaching estimated time
2026-01-07 16:52:50 +03:30
2bea265989
feat: implement task priority change command and update project/task DTOs
2026-01-07 12:11:24 +03:30
a9789023ac
feat: add HTTP POST endpoint for ChangePriority method in ProjectController
2026-01-06 13:46:45 +03:30
16b11a8bb8
feat: add ChangePriority method to ProjectController for task priority updates
2026-01-06 10:51:56 +03:30
340685a06c
feat: enhance project retrieval by including additional times and update search parameter naming
2026-01-05 09:49:31 +03:30
8d93fa4fc6
Add approval workflow for task section completion
...
- Updated status transitions to include PendingForCompletion before Completed
- Added API endpoint and command/handler for approving/rejecting section completion
- Fixed additional time calculation to include minutes
- Refactored project board query logic and improved user ordering
- Updated launch settings with new HTTPS endpoint
- Documented progress percentage feature for TaskSection
2026-01-04 20:39:20 +03:30
c2fca9f9eb
feat: rename project hierarchy search components and add validation for search query
2026-01-04 15:50:56 +03:30
1f365f3642
feat: implement project hierarchy search functionality with validation
2026-01-04 15:14:28 +03:30
94955ea1b4
add: update GetProjectDeployBoardDetails method to use ProjectDeployBoardDetailsQuery
2025-12-30 12:54:53 +03:30
1e733f3f20
add: implement ChangeDeployStatusProject command and handler for updating project deployment status
2025-12-30 11:10:40 +03:30
d855684cd7
add: implement AutoUpdateDeployStatusCommand for automatic deployment status updates
2025-12-29 12:16:51 +03:30
9e5e8d8e5d
refactor: improve code formatting and structure in ProjectController
2025-12-29 11:45:32 +03:30
9eefdd8fd1
add: implement GetProjectDeployBoardDetails endpoint for retrieving project board details
2025-12-29 10:27:23 +03:30
4c638cbdae
add: implement DeployStatus and IsArchived properties in ProjectPhase, and create ProjectDeployBoardListQueryHandler for project deployment management
2025-12-27 13:59:37 +03:30
6a446d5972
add: implement AutoStopOverTimeTaskSections command and related functionality
2025-12-22 19:13:34 +03:30
84fb29c8c8
feat: enhance project creation validation and add operation result filter
2025-12-16 20:18:54 +03:30
a11e54c333
Add project board detail endpoint & validation improvements
...
- Added GET /board/{id:guid} endpoint to ProjectController for detailed project board info.
- Enforced max length of 15 characters for project names in CreateProjectCommandValidator.
- Improved SetTimeProjectCommandHandler: skip zero/negative initial times, removed duplicate error message, and cleaned up formatting.
- Enhanced RollCallApplication to use employee-specific workshop shift settings when available.
2025-12-16 17:09:28 +03:30
f2293934d4
feat: restructure ProgramManager area and integrate Shared.Contracts
2025-12-13 16:41:27 +03:30
b12b3b9eb8
Revert "refactor: restructure controllers and update user references for ProgramManager"
...
This reverts commit c059066b13 .
2025-12-13 15:49:57 +03:30
c059066b13
refactor: restructure controllers and update user references for ProgramManager
2025-12-13 12:17:29 +03:30