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
/
packages
/
domain
History
barsa
a4e6ba73de
Refactor authentication module to improve structure and maintainability. Introduce
AuthFacade
for streamlined access to authentication services, and reorganize controllers, guards, and strategies into a clearer directory structure. Remove deprecated
auth-zod.controller.ts
and consolidate token management services. Update environment variables and documentation to reflect changes in the authentication setup. Enhance validation with
Zod
integration for improved data handling across endpoints.
2025-10-02 16:33:25 +09:00
..
src
Refactor authentication module to improve structure and maintainability. Introduce
AuthFacade
for streamlined access to authentication services, and reorganize controllers, guards, and strategies into a clearer directory structure. Remove deprecated
auth-zod.controller.ts
and consolidate token management services. Update environment variables and documentation to reflect changes in the authentication setup. Enhance validation with
Zod
integration for improved data handling across endpoints.
2025-10-02 16:33:25 +09:00
.npmignore
Add domain types and utilities for customer portal
2025-09-17 18:43:31 +09:00
package.json
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
tsconfig.json
Refactor ESLint configuration to enforce stricter TypeScript rules across all packages. Update design documentation to clarify component categorization and address legacy issues. Enhance task documentation for codebase refactoring, ensuring clear requirements and testing coverage. Improve Dockerfile for BFF and portal applications by optimizing package copying and build processes. Introduce new environment variables for authentication and queue configurations, enhancing service reliability and maintainability.
2025-09-26 17:02:36 +09:00