0e32d4004aRemove sharp dependency and related configurations from package.json and pnpm-lock.yaml; update Prisma configuration for database connection handling and streamline database commands in BFF application. Clean up unused migration files and adjust schema.prisma to reflect recent model changes.
barsa
2025-12-11 14:00:54 +09:00
5d011c87beEnhance order processing and event streaming capabilities
barsa
2025-11-04 17:24:26 +09:00
1dc8fbf36dRefactor user management and validation integration
barsa
2025-11-04 13:28:36 +09:00
b65a49bc2fRefactor Salesforce integration and enhance order field handling
barsa
2025-11-04 11:26:21 +09:00
67691a50b5Refactor WHMCS service and improve address handling
barsa
2025-11-04 11:14:26 +09:00
0a3d5b1e3cRefactor WHMCS service methods and improve type handling
barsa
2025-10-29 18:59:17 +09:00
26b2112fbbRefactor WHMCS client handling and improve type consistency across services
barsa
2025-10-29 18:36:25 +09:00
05765d3513Enhance session management and error handling in authentication components
barsa
2025-10-29 18:19:50 +09:00
749f89a83dRefactor rate limiting configuration and enhance UI components for improved performance
barsa
2025-10-29 15:54:45 +09:00
2611e63cfdEnhance caching and response handling in catalog and subscriptions controllers
barsa
2025-10-29 13:29:28 +09:00
0c904f7944Refactor CardBadge and InternetPlanCard components for improved styling and functionality
barsa
2025-10-28 15:55:46 +09:00
9f8d5fe4f1Enhance error handling and response structure across filters and services
barsa
2025-10-28 13:43:45 +09:00
5dedc5d055Update implementation progress and enhance error handling across services
barsa
2025-10-27 17:24:53 +09:00
7500b5fce0Enhance security and refactor order processing for improved reliability
barsa
2025-10-27 16:53:19 +09:00
d04b256885Update documentation and remove unused files for codebase clarity
barsa
2025-10-27 15:47:50 +09:00
31bd4ba8c6Refactor InternetPlanCard and InternetConfigureContainer for improved UI and feature display
barsa
2025-10-22 18:00:54 +09:00
aaabb795c1Integrate authentication checks in billing hooks and enhance UI components
barsa
2025-10-22 16:52:07 +09:00
b3086a5593Enhance UI components and improve accessibility across catalog features
barsa
2025-10-22 16:10:42 +09:00
67bad7819aRefactor InstallationOptions component to simplify logic and improve accessibility
barsa
2025-10-22 14:58:54 +09:00
da91a51323Refactor internet and SIM plan components for improved UI and functionality
barsa
2025-10-22 14:36:51 +09:00
3d17f36c2fRefactor audit and signup workflows to streamline user data handling
barsa
2025-10-22 14:19:31 +09:00
e56d6f5e20Refactor user creation and improve type safety in services
barsa
2025-10-22 11:55:47 +09:00
fcd324df09Refactor Salesforce utility and improve order handling in checkout process
barsa
2025-10-22 11:33:23 +09:00
e5ce4e166cRefactor mappers and services for improved type safety and code clarity
barsa
2025-10-22 10:58:16 +09:00
6567bc5907Enhance TypeScript configurations and improve error handling in services
barsa
2025-10-22 10:23:56 +09:00
e42d474048Enhance Salesforce query builders and validation for SOQL field names
barsa
2025-10-21 18:24:47 +09:00
82bb590023Refactor subscriptions controller and service to enhance validation and error handling
barsa
2025-10-21 17:52:23 +09:00
7cefee4c75Update .gitignore and enhance CSRF controller and WHMCS services
barsa
2025-10-21 16:30:52 +09:00
cff6c21baeAdd CurrencyModule to router configuration and enhance WHMCS subscription service response handling
barsa
2025-10-21 14:41:22 +09:00
afa0c5306bEnhance user and address handling by normalizing country data and improving address form functionality. Updated country selection in forms to utilize a dynamic list of countries, ensuring consistency and accuracy. Refactored address processing logic to normalize country codes and names, enhancing user experience and data integrity across the application.
barsa
2025-10-21 13:44:14 +09:00
2de2e8ec8aRefactor SIM management services to unify SIM info retrieval and enhance type safety. Updated getSimInfo methods across services and controllers to return a structured SimInfo type, improving data consistency. Integrated validation schemas for better error handling and streamlined response parsing in API calls.
barsa
2025-10-21 13:21:03 +09:00
939922a40eRefactor order and subscription services to enhance validation and type safety. Updated order validation to use new SKU validation schema, improved SIM reissue profile handling by integrating a structured request object, and refined subscription fetching logic to utilize updated schemas. Additionally, enhanced error handling and logging for better traceability in service operations.
barsa
2025-10-21 11:44:06 +09:00
7ffd2d562fRemove Activation_Last_Attempt_At__c field from Salesforce order schema and related utility functions to streamline order data structure. Update buildInClause function to format output with parentheses for improved query syntax.
barsa
2025-10-21 10:19:30 +09:00