This website requires JavaScript.
Explore
Help
Sign In
ankhbayar
/
Assist_Design
Watch
1
Star
0
Fork
0
You've already forked Assist_Design
Code
Issues
Pull Requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
Assist_Design
/
apps
/
bff
History
barsa
4b877fb3e0
Update .gitignore to exclude package-lock.json and remove eslint-report.json. Refactor package.json scripts for build and dev processes, and update dependencies for uuid and @types/uuid. Enhance BFF module structure by adding SecurityModule and QueueModule, and improve error handling in GlobalExceptionFilter. Streamline Salesforce and WHMCS integrations with updated service methods and type definitions for better maintainability. Adjust API paths in portal components for consistency and clarity.
2025-09-26 15:51:07 +09:00
..
openapi
Refactor and clean up BFF and portal components for improved maintainability
2025-09-18 14:52:26 +09:00
prisma
Update ESLint configuration and package dependencies; refactor BFF modules for improved structure and validation handling. Remove deprecated files and enhance user profile management across services. Streamline API client and validation utilities for better consistency and maintainability.
2025-09-24 18:00:49 +09:00
scripts
Update TypeScript configuration to include scripts directory, clean up unused lines in various files, and refactor error handling in cache service. Enhance logging for database and Redis connections, and streamline order processing logic in the orders module. Improve validation schemas and ensure consistent import/export practices across modules.
2025-09-25 11:44:10 +09:00
src
Update .gitignore to exclude package-lock.json and remove eslint-report.json. Refactor package.json scripts for build and dev processes, and update dependencies for uuid and @types/uuid. Enhance BFF module structure by adding SecurityModule and QueueModule, and improve error handling in GlobalExceptionFilter. Streamline Salesforce and WHMCS integrations with updated service methods and type definitions for better maintainability. Adjust API paths in portal components for consistency and clarity.
2025-09-26 15:51:07 +09:00
.eslintrc.json
Refactor address management and update related services for improved clarity and functionality
2025-09-17 18:43:43 +09:00
.tsbuildinfo-minimal
Remove deprecated files and schemas related to validation and type patterns. Update package.json scripts for type-checking with improved memory options. Refactor various components to utilize Zod for validation, enhancing form handling across the application. Clean up unused imports and streamline API client configurations for consistency.
2025-09-19 16:34:10 +09:00
Dockerfile
Update Dockerfile and package configurations for BFF module
2025-09-01 16:45:12 +09:00
nest-cli.json
Refactor TypeScript configurations and enhance logging setup
2025-08-30 18:22:31 +09:00
package.json
Update .gitignore to exclude package-lock.json and remove eslint-report.json. Refactor package.json scripts for build and dev processes, and update dependencies for uuid and @types/uuid. Enhance BFF module structure by adding SecurityModule and QueueModule, and improve error handling in GlobalExceptionFilter. Streamline Salesforce and WHMCS integrations with updated service methods and type definitions for better maintainability. Adjust API paths in portal components for consistency and clarity.
2025-09-26 15:51:07 +09:00
tsconfig.build.json
Refactor BFF and portal components to enhance type consistency and error handling. Update type definitions across Freebit, WHMCS, and invoice management services, improving maintainability and clarity. Streamline service methods and import paths, while cleaning up unused code to ensure better organization throughout the project.
2025-09-25 18:59:07 +09:00
tsconfig.json
Update TypeScript configuration to include scripts directory, clean up unused lines in various files, and refactor error handling in cache service. Enhance logging for database and Redis connections, and streamline order processing logic in the orders module. Improve validation schemas and ensure consistent import/export practices across modules.
2025-09-25 11:44:10 +09:00
tsconfig.typecheck.core-utils.json
Refactor AuthZodController to AuthController, enhancing login and password set functionalities with throttling and improved response handling. Update AuthModule to reflect controller name change and add new services. Refine AuthService to return sanitized user data and improve error logging. Enhance AuthThrottleGuard to track login attempts by IP and User Agent for better security. Clean up unused JWT guard and streamline token management in AuthTokenService.
2025-09-19 17:37:46 +09:00