Commit Graph

38 Commits

Author SHA1 Message Date
d7c7f8a782 update something can update 2024-11-08 17:27:09 +07:00
57037a59ec update websocket 2024-11-06 17:16:10 +07:00
56ba2808c8 day len server theo loi Khoi noi, toi xin tuyen bo mien tru trach nhiem 2024-11-05 15:02:53 +07:00
db9f3213fd lennnn 2024-11-01 20:02:43 +07:00
152bb50da8 refactor source code 2024-10-29 17:42:54 +07:00
5c1d4e92af enabled context and fix some api 2024-10-28 20:21:36 +07:00
7573c0e5c3 update admin note 2024-10-28 15:21:20 +07:00
eec9fcfeff push code ne 2024-10-28 01:08:13 +07:00
734d7e5f89 update order and service 2024-10-27 17:02:04 +07:00
9e0e97a560 refactor schema to match database schema 2024-10-27 13:12:24 +07:00
00440521fd re-generate dataschema 2024-10-26 11:15:22 +07:00
2b6d3869f9 update handle session 2024-10-25 15:19:20 +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
338cb84ac9 big gift 2024-10-20 19:29:54 +07:00
8652c9e89a update user schema 2024-10-18 17:11:29 +07:00
1523642b9d update schema due to majority database change 2024-10-18 01:50:26 +07:00
4d908680f0 fix presigned url 2024-10-17 20:58:13 +07:00
9326485258 expose actual file name in resume 2024-10-17 17:42:11 +07:00
d01fae4788 return properly actual file name 2024-10-17 17:25:02 +07:00
ecf82f417d expose orderstatus instead string 2024-10-16 16:47:35 +07:00
7d7765c70f run eslint 2024-10-15 20:05:54 +07:00
871853bef4 using upsert instead create new resume 2024-10-15 17:43:08 +07:00
fcc2b96a3b auto format 2024-10-15 15:50:20 +07:00
80743b0973 update fields 2024-10-15 02:39:06 +07:00
0ac5868d2d ba me oi con thanh cong roi 2024-10-14 23:05:35 +07:00
76ff5d28ac implement subcategory 2024-10-14 16:53:55 +07:00
12386d0255 bump by database 2024-10-13 19:51:23 +07:00
641c0622a5 update webhook 2024-10-13 16:22:07 +07:00
85026556b2 met qua 2024-10-11 17:11:47 +07:00
30159e01ad tao da het bi ngu 2024-10-07 17:29:44 +07:00
dfa6b35399 refactor codebase and pothos structure 2024-10-07 10:07:08 +07:00
aa5817fb06 Add type-graphql dependency and extend GraphQL schema with new types and fields 2024-10-06 11:04:31 +07:00
6cc26c0f75 Refactor code structure and dependencies 2024-09-27 06:51:14 +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
0003931eeb Update submodule URL for epess-database 2024-09-25 07:39:36 +07:00
4747fca4a4 Add Pothos-generated User GraphQL schema and resolver
This commit adds the Pothos-generated User GraphQL schema and resolver. The schema is defined in the `src/graphql/graphql.schema.ts` file, and the resolver is defined in the `src/graphql/graphql.resolver.ts` file. The schema includes the `User` object type with fields for `id`, `name`, and `email`. The resolver includes a query field `users` that resolves to fetch all users from the Prisma database.
2024-09-24 16:52:09 +07:00
e84f89f09e Add prisma:generate script to package.json 2024-09-09 16:36:34 +07:00