159 Commits

Author SHA1 Message Date
8da02932e4 Models, DTOs (Data Transfer Objects), and view models have been created for the directory. 2025-06-09 18:52:22 +05:30
ccef0ba192 Models, DTOs (Data Transfer Objects), and view models have been created for the directory. 2025-06-09 18:50:19 +05:30
049189024a Implement API to Assign Bucket to Employees 2025-06-09 18:47:24 +05:30
3841dca11e added an API to get list of contacts by bucket id and added project- contact mapping table 2025-06-09 18:47:23 +05:30
5e184c770d 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 18:47:23 +05:30
7a2ce067ab added an API to get list of contacts by bucket id and added project- contact mapping table 2025-06-09 18:47:22 +05:30
115e38b58f 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 18:47:22 +05:30
9e124d0ae5 Added an API to create contact and populate related tables as well 2025-06-09 18:47:22 +05:30
c51da8d1b4 Models, DTOs (Data Transfer Objects), and view models have been created for the directory. 2025-06-09 18:47:22 +05:30
38463ccf07 Implemented an API to update Buckets for grouping contacts. 2025-06-09 18:47:21 +05:30
707b948e15 Implemented filtering functionality for Get Contact List API 2025-06-09 18:47:21 +05:30
6f902178a4 added an API to get list of contacts by bucket id and added project- contact mapping table 2025-06-09 18:47:20 +05:30
f994ee14a2 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 18:47:20 +05:30
e427781ad9 added an API to get list of contacts by bucket id and added project- contact mapping table 2025-06-09 18:47:19 +05:30
e89036359d 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 18:47:19 +05:30
999f9168c2 added an API to get list of contacts by bucket id and added project- contact mapping table 2025-06-09 18:47:19 +05:30
49bbd87a3d Added an API to create bucket 2025-06-09 18:47:18 +05:30
ecc8c6d801 Added an API to update existing contact 2025-06-09 18:47:18 +05:30
bb0c2acc87 Created an API to create the Contact category 2025-06-09 18:47:18 +05:30
f26d5d0021 Added an API to create contact and populate related tables as well 2025-06-09 18:47:18 +05:30
38babea9d5 Added DirectoryHelper in helper folder 2025-06-09 18:47:18 +05:30
004bb94d99 Models, DTOs (Data Transfer Objects), and view models have been created for the directory. 2025-06-09 18:47:18 +05:30
2c20d49609 revert c7e89630eb494454c1322bdf4cf29ab076af7b86
revert Models, DTOs (Data Transfer Objects), and view models have been created for the directory.
2025-06-09 18:47:17 +05:30
2002a79360 Models, DTOs (Data Transfer Objects), and view models have been created for the directory. 2025-06-09 18:47:17 +05:30
d235bc8211 Changed varable name in VerifyOTPDto 2025-06-07 15:28:37 +05:30
775c17531b Implement API to log in through MPIN authentication. 2025-06-07 13:20:12 +05:30
0a8c5cf587 Implement API to log in through OTP verification 2025-06-07 11:47:08 +05:30
5eb100c1f6 Implement API to Send OTP for Email-Based Login 2025-06-06 16:27:58 +05:30
34577c41f7 Implement an API to Generate MPIN 2025-06-06 12:17:17 +05:30
Pramod Mahajan
5b08b617cf Add Change Password API for logged-in users,
- Validates old password and updates to new one using UserManager
- Secured the endpoint for authenticated users only
2025-06-05 16:33:57 +05:30
18acfef5a0 Added Authentication folder 2025-06-05 12:59:47 +05:30
b479c7cf19 Merge pull request 'Implement an API to store employee information with a captured image and update employee information.' (#78) from Ashutosh_Enhancement#413_Manage_Employee into Issue_May_5W
Reviewed-on: #78
2025-05-30 12:29:50 +00:00
e73d3e0744 Taking emailids and email body from database rather than local or hardcoded as well logging every mail to database 2025-05-30 17:46:51 +05:30
98409f5b87 Implement an API to store employee information with a captured image and update employee information. 2025-05-30 16:57:10 +05:30
7c9cd4697f Add a foreign key for WorkCategory table to the WorkItem model 2025-05-12 13:18:19 +05:30
7a3d0c8c60 created model, DTO,(Data Transfer Object) VM(View Model) for Work Category master table and added migration for adding table to database and seeding system-defined categoryies in table for first tenant 2025-05-10 15:04:39 +05:30
0c49d8d05c Changed file structure in model project 2025-05-10 13:16:20 +05:30
4c478d28f8 Fixed remaining int to Guid conversions 2025-05-03 09:44:35 +00:00
3ec1ff1b5f Converte all Ids from Integer to Guid 2025-05-03 09:44:35 +00:00
fc050631e7 Implemented functionality to whitelist file extensions during upload to S3 2025-04-26 16:01:35 +05:30
eee07fa409 Created CRUD operation APIs for Forum Master Tables. 2025-04-26 12:19:28 +05:30
c1a55fa17b Removed tenantid filed from Dtos 2025-04-26 12:05:44 +05:30
c338140210 Added an additional column to the ticket forum table to store the linked project ID, and updated both the view models and data transfer models accordingly. 2025-04-25 21:47:06 +05:30
ace2fe7d54 Implemented core forum features including ticket creation, ticket updates, adding and updating comments, managing attachments, retrieving ticket details by ID, and fetching the ticket list 2025-04-25 17:41:44 +05:30
4d0901b4dd Implemented functionality to upload captured attendance images to Amazon S3 and record associated data in the database. 2025-04-23 15:00:38 +05:30
6c99a625b5 Add Models and Controller methods for Forum feature 2025-04-22 09:56:59 +05:30
f45f75befb Created API to Request Demo of application and added table to store the data of user 2025-04-18 14:07:08 +05:30
c7304dc80b Renamed columns in ActivityChecklist 2025-04-15 18:05:42 +05:30
b93b581d60 Modify Email Templates
- Remove address and contact number
- Add link to email
- change twitter logo to x
- link x logo to company twitter account

Add new template to inform password change success
- add code to send email on password change success
2025-04-15 12:12:35 +00:00
cac50a3f06 Added checklist to report api 2025-04-15 15:47:57 +05:30