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
History
barsa
6e49b7f372
Refactor user and address handling across the application to align with the new domain structure. Update User model in Prisma schema to remove unnecessary fields and clarify authentication state. Streamline user mapping utilities to focus on authentication data only, deprecating old methods. Enhance WHMCS integration services by updating client detail retrieval methods to return Customer types, improving consistency in data handling. Update address management in various modules to reflect new address structure, ensuring better validation and organization.
2025-10-07 17:38:39 +09:00
..
domain
Refactor user and address handling across the application to align with the new domain structure. Update User model in Prisma schema to remove unnecessary fields and clarify authentication state. Streamline user mapping utilities to focus on authentication data only, deprecating old methods. Enhance WHMCS integration services by updating client detail retrieval methods to return Customer types, improving consistency in data handling. Update address management in various modules to reflect new address structure, ensuring better validation and organization.
2025-10-07 17:38:39 +09:00
integrations
Enhance TypeScript configuration by adding composite option for improved project structure. Update address schema to allow optional fields and introduce a legacy alias for backward compatibility. Refactor address type to support nullable values, ensuring better data handling and validation across the application.
2025-10-03 17:43:57 +09:00
logging
Refactor authentication and billing components to streamline functionality and improve code organization. Remove deprecated files and consolidate loading states across the application. Update package configurations and enhance error handling in various services for better consistency and maintainability.
2025-09-20 11:35:40 +09:00
validation
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