dhanabalan
  • Joined on 2025-03-19
dhanabalan pushed to master at poc/pds 2025-09-26 05:05:25 +00:00
0710c3a7a1 Add authorization check to readFiles method in SapFileController
dhanabalan pushed to master at poc/pds 2025-09-26 05:01:00 +00:00
18eb234df4 Fix readFiles method to correctly concatenate file path for reading file contents
dhanabalan pushed to master at poc/pds 2025-09-26 04:56:07 +00:00
8a3c0639ad Refactor readFiles method to improve .txt file filtering logic
dhanabalan pushed to master at poc/pds 2025-09-26 04:52:26 +00:00
f50fbf5771 Fix readFiles method to add missing slash in file path for correct .txt file filtering
dhanabalan pushed to master at poc/pds 2025-09-26 04:51:08 +00:00
3a115241a9 Fix readFiles method to add missing slash in file path for correct .txt file filtering
dhanabalan pushed to master at poc/pds 2025-09-26 04:45:37 +00:00
062f35cb4d Fix readFiles method to correctly filter .txt files by adding missing slash in path
dhanabalan pushed to master at poc/pds 2025-09-26 04:43:42 +00:00
062f143dbb Refactor readFiles method in SapFileController to streamline file filtering logic
dhanabalan pushed to master at poc/pds 2025-09-26 04:36:31 +00:00
7406f4c97e Update readFiles method in SapFileController to change directory path and improve debug information
dhanabalan pushed to master at poc/pds 2025-09-25 05:30:58 +00:00
831c88f0fd Add migration to enforce unique constraint on plant_id and serial_number in quality_validations table
dhanabalan pushed to master at poc/pds 2025-09-23 06:47:25 +00:00
733cc45e60 Update readFiles method in SapFileController to change the directory path for file access
dhanabalan pushed to master at poc/pds 2025-09-23 05:25:58 +00:00
0f3b516614 Update readFiles method in SapFileController to improve user identification in error responses
dhanabalan pushed to master at poc/pds 2025-09-23 05:16:27 +00:00
8187aca5d4 Update readFiles method in SapFileController to enhance error reporting and adjust file path
dhanabalan pushed to master at poc/pds 2025-09-23 04:18:27 +00:00
1d998d6478 Enhance readFiles method in SapFileController with improved error handling and debugging information
dhanabalan pushed to master at poc/pds 2025-09-23 04:12:59 +00:00
86ad06def7 Refactor readFiles method in SapFileController for improved error handling and code clarity
dhanabalan pushed to master at poc/pds 2025-09-23 04:08:48 +00:00
6a70b45f4f Refactor readFiles method in SapFileController for improved file handling and readability
dhanabalan pushed to master at poc/pds 2025-09-23 04:04:19 +00:00
7e1852cfed Add SapFileController and route for reading SAP files
dhanabalan pushed to master at poc/pds 2025-09-21 10:30:11 +00:00
7ca806449c Update export and import columns in TestingPanelReadingExporter and TestingPanelReadingImporter for improved data mapping
dhanabalan pushed to master at poc/pds 2025-09-21 10:20:20 +00:00
90899c87f5 Remove commented-out route for characteristics master data in api.php
dhanabalan pushed to master at poc/pds 2025-09-21 10:16:03 +00:00
fad3cf4ed6 Add relationships for equipment masters in Machine and Plant models
dhanabalan pushed to master at poc/pds 2025-09-21 10:10:49 +00:00
2e7c37c6f1 Refactor export actions in TestingPanelReadingResource for improved readability and maintainability