Commit Graph

2227 Commits

Author SHA1 Message Date
e2e7aa1989 Merge branch 'Feature/program-manager/chat' into Main 2026-01-05 16:07:07 +03:30
43b124664e feat: integrate authentication checks in message command handlers 2026-01-05 16:06:35 +03:30
b82e831991 Merge remote-tracking branch 'origin/Main' into Main 2026-01-05 15:44:04 +03:30
SamSys
44cbdbaa1c Merge branch 'Main' of https://github.com/samsyntax24/OriginalGozareshgir into Main 2026-01-05 15:41:28 +03:30
SamSys
94466bbb27 merge from ClassificationScheme 2026-01-05 15:41:22 +03:30
931d41c446 Merge branch 'Feature/program-manager/chat' into Main 2026-01-05 15:40:40 +03:30
SamSys
9614e44003 change delete scheme method 2026-01-05 15:40:28 +03:30
d2dd67343b feat: add file management entities and services for chat message handling 2026-01-05 15:40:06 +03:30
SamSys
f097be54aa merge from master 2026-01-05 15:39:42 +03:30
3d2b5ff6bd feat: implement TaskChatMessage entity and repository for chat message management 2026-01-05 11:45:37 +03:30
209aa5912d feat: configure Serilog for file logging with environment-specific settings 2026-01-05 10:58:30 +03:30
5ba72e2281 Merge branch 'master' into Main 2026-01-05 09:50:31 +03:30
340685a06c feat: enhance project retrieval by including additional times and update search parameter naming 2026-01-05 09:49:31 +03:30
b20a56df26 Merge branch 'Feature/program-manager/set-user-time' 2026-01-04 20:39:49 +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
SamSys
be4bc2c900 GroupAndJobList 2026-01-04 19:13:46 +03:30
0b42546666 Merge remote-tracking branch 'origin/Main' into Main 2026-01-04 18:19:34 +03:30
a35a51370a Merge branch 'Feature/program-manager/set-user-time' into Main 2026-01-04 17:55:38 +03:30
8f10f7057c fix: handle null workshop details in ticket display logic 2026-01-04 17:54:59 +03:30
00b5066f6f feat: implement removal of invalid project, phase, and task sections based on skill validation 2026-01-04 17:40:42 +03:30
abd221cb55 feat: fix SkillName and SkillId assignment in ProjectSetTimeDetailsQueryHandler 2026-01-04 17:18:36 +03:30
33833a408c feat: include PhaseSections in ProjectPhase retrieval for enhanced task data 2026-01-04 16:58:36 +03:30
SamSys
ef86c6d07d Merge from ClassificationScheme 2026-01-04 16:06:15 +03:30
c2fca9f9eb feat: rename project hierarchy search components and add validation for search query 2026-01-04 15:50:56 +03:30
SamSys
1b284b51b9 Merge branch 'master' into WorskhopClassifiedPlan 2026-01-04 15:47:38 +03:30
SamSys
5b15596696 SchemeList, Edit, Create, delete 2026-01-04 15:35:06 +03:30
a16c20440b fix: correct payment amount calculation in installment function 2026-01-04 15:32:56 +03:30
1f365f3642 feat: implement project hierarchy search functionality with validation 2026-01-04 15:14:28 +03:30
0bfcde6a3f feat: add validation to prevent users from starting multiple sections in progress 2026-01-04 14:13:29 +03:30
f290a71dd3 Merge branch 'Feature/program-manager/set-user-time' into Main 2026-01-04 13:51:55 +03:30
4ada29a98a feat: enhance ProjectSetTimeDetailsQuery to support multiple hierarchy levels and improve data retrieval 2026-01-04 13:51:36 +03:30
0d0f643058 Merge branch 'Feature/program-manager/set-user-time' into Main 2026-01-04 13:03:40 +03:30
6f64ee1ce4 refactor: streamline ProjectSetTimeDetailsQueryHandler to enhance skill and user data retrieval 2026-01-04 13:01:43 +03:30
SamSys
5ad5fdcca0 classificationScheme Controller init 2026-01-04 12:00:34 +03:30
SamSys
fb1601db77 merge from master 2026-01-04 11:42:47 +03:30
SamSys
b39b58b21e fix migrations 2026-01-01 15:59:50 +03:30
3340edcc17 feat: add total hours and minutes tracking to project, phase, and task calculations 2026-01-01 15:41:58 +03:30
SamSys
2a3e733eb6 remove classifiction migrations 2026-01-01 14:46:43 +03:30
5d2a917168 Merge branch 'Feature/loan/client-api' into Main 2026-01-01 14:41:39 +03:30
4ab9f60932 feat: add methods for creating, calculating installments, and removing loans in LoanController 2026-01-01 14:41:13 +03:30
cbcd42db85 Merge branch 'Feature/program-manager/set-user-time' into Main 2026-01-01 14:13:50 +03:30
385a885c93 feat: add TotalHours and Minutes to project and task details for improved time tracking 2026-01-01 14:13:27 +03:30
SamSys
76aabc3a45 change snapshot 2026-01-01 14:04:45 +03:30
a22dbd8811 Merge branch 'Feature/program-manager/set-user-time' into Main 2026-01-01 13:17:24 +03:30
f99f199a77 refactor: rename SectionItems to SkillItems and add CreationDate to project time details 2026-01-01 13:16:52 +03:30
9cfae54db3 feat: add LoanController for managing loan applications and details 2026-01-01 13:13:04 +03:30
287b31e356 refactor: improve code readability by formatting and organizing constructor parameters 2026-01-01 12:50:34 +03:30
SamSys
3cdd5e7ac7 appsettings change 2026-01-01 12:47:48 +03:30
de4e2de2e7 Merge branch 'Feature/program-manager/set-user-time' into Main 2026-01-01 12:30:47 +03:30
d7dd91eaba Merge branch 'master' of https://github.com/syntax24/OriginalGozareshgir into Main
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2026-01-01 12:30:38 +03:30