Commit Graph

30 Commits

Author SHA1 Message Date
10e20092ab chore: update configuration and improve schema imports
- Updated biome.json to include "graphql.d.ts" in the ignored files list.
- Updated subproject commit reference in epess-database to the latest version.
- Removed unused script from package.json and streamlined module file extensions in tsconfig.json.
- Consolidated exclude patterns in tsconfig.build.json for clarity.
- Refactored imports across multiple schema files for consistency and improved readability.
- Enhanced various schema files by ensuring proper import order and removing redundant code.
- Improved error handling and data integrity checks in several service and schema files.
2024-12-08 20:49:52 +07:00
16f6f8a629 chore: update package dependencies and adjust GraphQL upload imports
- Updated various package dependencies in package-lock.json and package.json for improved stability and performance.
- Changed import paths for graphql-upload to use .mjs extensions, ensuring compatibility with ES modules.
- Added @types/graphql-upload to package.json for better TypeScript support.
- Adjusted Jest configuration for improved readability and maintainability.
2024-12-07 19:54:37 +07:00
a516dce800 chore: update Node version and enhance debugging capabilities
- Removed .nvmrc file to eliminate version locking.
- Updated Dockerfile to use Node 22.6.0-alpine for improved performance and security.
- Modified package.json to enhance the 'start:dev' script with debugging options.
- Added new launch configuration in VSCode for attaching to Node processes by PID.
- Cleaned up settings.json by removing unused configurations.
- Refactored main.ts to simplify the bootstrap process.
- Enhanced logging in OrderSchema and ScheduleSchema for better traceability of operations.
2024-12-03 22:46:23 +07:00
a1ca5c62fb Enhance NestJS application with SWC builder configuration, add @nestjs/devtools-integration for development support, and refactor various components for improved readability. Update package dependencies and streamline import statements across multiple files. 2024-11-26 04:26:55 +07:00
68dabd186a update some complex logic 2024-11-24 22:25:14 +07:00
3430971449 toi bi ngu 2024-11-17 20:27:33 +07:00
e0a8b0aaa0 update service and category 2024-11-11 18:55:24 +07:00
152bb50da8 refactor source code 2024-10-29 17:42:54 +07:00
ae1aa64b41 push code len ne 2024-10-28 20:56:21 +07:00
571bb93e28 fix return value in context 2024-10-27 20:24:06 +07:00
ef89372e8c update invite center staff 2024-10-27 19:47:50 +07:00
7e25e8d96b merge change from db 2024-10-25 14:49:16 +07:00
2872ac69ef update service status 2024-10-23 15:43:50 +07:00
4721077370 update payos webhook 2024-10-17 16:35:50 +07:00
7cfab52e77 update header x-apollo-operation-name 2024-10-15 02:19:10 +07:00
0ac5868d2d ba me oi con thanh cong roi 2024-10-14 23:05:35 +07:00
75a10356da add centerstaff mutation 2024-10-13 19:38:51 +07:00
1f86786e1a refactor api 2024-10-13 18:07:13 +07:00
263ff4e207 update cors 2024-10-13 17:12:33 +07:00
56c11a4b77 update cors 2024-10-13 14:22:05 +07:00
ba77bd4e1c update many graphql field 2024-10-12 16:34:43 +07:00
85026556b2 met qua 2024-10-11 17:11:47 +07:00
dfa6b35399 refactor codebase and pothos structure 2024-10-07 10:07:08 +07:00
83b453c3b8 thang an bi ngu 2024-10-06 20:42:02 +07:00
An Vu
7b678a7ef2 create service feedback page 2024-10-06 20:38:07 +07:00
67f6e7cc57 Refactor CORS configuration and add utility, update package.json for dev start command, and create GraphQL query/mutation files 2024-10-06 12:36:15 +07:00
121396aa8f Add SortOrder enum and enhance Service query with sorting and filtering options 2024-10-06 12:09:58 +07:00
258a35d364 Refactor code structure and dependencies
- Remove unused files and modules
- Update submodule URL for epess-database
- Update DATABASE_URL in compose.yaml
- Update CI workflow to fetch submodules during checkout and fix GITHUB_TOKEN issue
- Enable strict mode in tsconfig.json
- Add UsersService and UsersResolver in users module
- Remove AppService and AppController
- Update main.ts to remove unused imports and log statement
- Add PrismaModule and PrismaService
- Add PrismaContextMiddleware
- Update GraphQL module to use schema and PrismaService
- Update package.json dependencies and devDependencies
2024-09-27 06:21:04 +07:00
fbe03be7ca Add logging for server bootstrap 2024-09-09 14:52:22 +07:00
e543ac0818 Update project configuration files 2024-09-09 13:58:28 +07:00