|
ff5f673475
|
initially added fetch menu api
|
2025-08-17 12:55:53 +05:30 |
|
|
6c394f40ad
|
added PermissionKey inside MenuItem and start to making get api
|
2025-08-04 09:46:40 +05:30 |
|
|
cc5badeb0f
|
create menu api created
|
2025-08-02 14:45:38 +05:30 |
|
|
56d3b754d9
|
side bar Menu Model define
|
2025-08-01 14:50:00 +05:30 |
|
|
8735de3d93
|
Remove the projectHelper and ProjetsHelper and move its bussiness logic to project services
|
2025-07-17 17:23:01 +05:30 |
|
|
eabd31f8cf
|
Optimized the Manage infra API in Project Controller
|
2025-07-17 17:23:00 +05:30 |
|
|
57b7f941e6
|
Optimized the manage task API in projectController
|
2025-07-17 17:23:00 +05:30 |
|
|
168922c278
|
Optimized the Project Allocation API
|
2025-07-17 17:22:59 +05:30 |
|
|
ca34b01ab0
|
Optimized the Get project By ID API
|
2025-07-17 17:22:58 +05:30 |
|
|
3bc51f9cd9
|
Refactor project report APIs to improve performance and readability
|
2025-07-17 17:22:57 +05:30 |
|
|
669500e57e
|
Added the caching project report API and added expiry in workItems in cache
|
2025-07-11 11:03:33 +05:30 |
|
|
3ec4bd762f
|
Added old project Details API
|
2025-07-11 11:03:33 +05:30 |
|
|
cbcc3398c3
|
Storing workItem in cache and changing planned work and completed work for respective project, building, floor, and workarea
|
2025-07-11 10:30:39 +05:30 |
|
|
d8cf87aee4
|
Implemented the methods for deleting permission am asigned project from caches for certien employee
|
2025-07-11 10:30:39 +05:30 |
|
|
3e8ef856d4
|
Saving project details with infrastructure, employee permissions and assigned project for that employee in mongodb
|
2025-07-11 10:30:35 +05:30 |
|
|
de3fa6b929
|
project details API is split into three APIs.
|
2025-07-11 10:29:29 +05:30 |
|
|
2304912bf8
|
Added all Feature permission in static file and use that static file to check the permission
|
2025-07-08 16:07:27 +05:30 |
|
|
5c1dcd89b5
|
directoryAdmin, directoryManager, and directoryUser are hard-coded in the helper class. Instead of hard-coding, we can create a static class and use it across the application.
Ref: https://redmine.marcoaiot.com/issues/387
|
2025-07-08 15:12:36 +05:30 |
|
|
6d8939d942
|
Added Pagenation to Image List API
|
2025-07-05 12:23:28 +05:30 |
|
|
62eb914456
|
Added filter in get image list API
|
2025-07-02 17:42:42 +05:30 |
|
|
b77a5b16cd
|
Storing batch ID when saving any images as well stop storing base64 in database
|
2025-07-02 10:01:10 +05:30 |
|
|
ba1e644fd8
|
Added new parameter uploaded by in documents table
|
2025-07-02 09:59:56 +05:30 |
|
|
8d35063ced
|
Merge pull request 'Ashutosh_Task#513' (#95) from Ashutosh_Task#513 into Issues_June_3W
Reviewed-on: #95
|
2025-06-27 11:45:54 +00:00 |
|
|
d12f8ed0fb
|
Added conatct name nd organization name in all contact note VMs
|
2025-06-27 11:50:51 +05:30 |
|
|
90c5308d76
|
Filtered conatct notes by projects and added contact name and organization name in list VM
|
2025-06-27 10:58:29 +05:30 |
|
|
e3ddcee8b3
|
Implemented An API to get list of all notes
|
2025-06-24 16:32:54 +05:30 |
|
|
b94f4bdb63
|
When task is approved stored approved tasks in reported task field not in completed task
|
2025-06-24 11:30:50 +05:30 |
|
|
b56478056e
|
Implemented An API to get list of all notes
|
2025-06-23 14:50:50 +05:30 |
|
|
b78c5c07c5
|
Added a new API in dashbased ot check attendance overview of specifec project for give number of days
|
2025-06-20 12:45:35 +05:30 |
|
Pramod Mahajan
|
f20b4a42a1
|
added new fields inside workItem- parentTaskId and Description
|
2025-06-19 06:53:02 -04:00 |
|
|
99818c42b0
|
Added new API to get list of work status
|
2025-06-19 06:53:02 -04:00 |
|
|
5d5579882f
|
Added Functionality for approving the reported task
|
2025-06-19 06:53:01 -04:00 |
|
|
9d5535edf1
|
Added description in list task API
|
2025-06-12 22:30:43 +05:30 |
|
|
5c019a2ff6
|
Chnaged the name form presignedUrls to ReportedProsignedUrl
|
2025-06-12 21:40:31 +05:30 |
|
|
cb185db4f3
|
Sending pre signed url in task list API
|
2025-06-12 21:40:31 +05:30 |
|
|
1a51860517
|
Implemented the image capture while writing comment in task allocation and add presignedurl in task get by in API
|
2025-06-12 21:40:31 +05:30 |
|
|
f275d08215
|
Implemented image storing to S3 while reporting task
|
2025-06-12 21:40:31 +05:30 |
|
|
d8ee5940fd
|
Add new API to only fetch project information to load in dropdowns. Full project details including progress will be fatched latter when required
|
2025-06-12 17:32:48 +05:30 |
|
|
d5e7d38101
|
Merge pull request 'Feature_Directory' (#90) from Feature_Directory into main
Reviewed-on: #90
|
2025-06-10 14:44:35 +00:00 |
|
|
7689d2d235
|
Introduces a new column to the Project database table.
|
2025-06-10 16:40:46 +05:30 |
|
Pramod Mahajan
|
7dfed25d8e
|
created new DTO for projectsallocation for one specific employee
|
2025-06-09 20:15:15 +05:30 |
|
Pramod Mahajan
|
4f0515f8f4
|
created new dto for projectAllocation for employee
|
2025-06-09 20:15:15 +05:30 |
|
|
361a2ab5c3
|
Sending Is Active in Object Of Contact notes
|
2025-06-09 20:14:26 +05:30 |
|
|
7dc80ec006
|
Included object consist of basic infromation of employee who created the bucket in View models
|
2025-06-09 20:14:26 +05:30 |
|
|
ae08ebeae5
|
Implement API to Assign Bucket to Employees
|
2025-06-09 20:14:20 +05:30 |
|
|
85adf50418
|
added an API to get list of contacts by bucket id and added project- contact mapping table
|
2025-06-09 19:57:20 +05:30 |
|
|
166d556b6c
|
added an API to get list of contacts by bucket id and added project- contact mapping table
|
2025-06-09 19:33:11 +05:30 |
|
|
17398dafa6
|
Revert "added an API to get list of contacts by bucket id and added project- contact mapping table"
This reverts commit 22f777ca87053d2c79db610a27b8d7a5169e57bc.
|
2025-06-09 19:31:31 +05:30 |
|
|
45cdbd91c9
|
added an API to get list of contacts by bucket id and added project- contact mapping table
|
2025-06-09 19:30:13 +05:30 |
|
|
9ceba92447
|
Add Directory Management Feature with Permission Handling
|
2025-06-09 19:08:21 +05:30 |
|