Commit Graph

  • 0ebdae7049 feat: add generated code: frontend/src/resources/change-equipment-status/ChangeEquipmentStatusShow.tsx main toir-bot 2026-04-13 18:32:04 +00:00
  • c9174f2b41 feat: add generated code: frontend/src/resources/change-equipment-status/ChangeEquipmentStatusCreate.tsx toir-bot 2026-04-13 18:32:04 +00:00
  • 7e0ca6995b feat: add generated code: frontend/src/resources/change-equipment-status/ChangeEquipmentStatusEdit.tsx toir-bot 2026-04-13 18:32:03 +00:00
  • 43d835cfc9 feat: add generated code: frontend/src/resources/change-equipment-status/ChangeEquipmentStatusList.tsx toir-bot 2026-04-13 18:32:01 +00:00
  • f7771a0818 feat: add generated code: frontend/src/resources/change-equipment-status/index.ts toir-bot 2026-04-13 18:32:01 +00:00
  • bf77970e3c feat: add generated code: frontend/src/resources/equipment/EquipmentShow.tsx toir-bot 2026-04-13 18:32:00 +00:00
  • 42480f2aec feat: add generated code: frontend/src/resources/equipment/EquipmentCreate.tsx toir-bot 2026-04-13 18:31:59 +00:00
  • ec58d8eba8 feat: add generated code: frontend/src/resources/equipment/EquipmentEdit.tsx toir-bot 2026-04-13 18:31:58 +00:00
  • 3ec166a677 feat: add generated code: frontend/src/resources/equipment/EquipmentList.tsx toir-bot 2026-04-13 18:31:58 +00:00
  • 18ac709830 feat: add generated code: frontend/src/resources/equipment/index.ts toir-bot 2026-04-13 18:31:57 +00:00
  • 141364e3b5 feat: add generated code: frontend/src/App.tsx toir-bot 2026-04-13 18:31:56 +00:00
  • 49b4af01a1 feat: add generated code: frontend/src/main.tsx toir-bot 2026-04-13 18:31:55 +00:00
  • 8a864adcb0 feat: add generated code: backend/src/app.module.ts toir-bot 2026-04-13 18:31:54 +00:00
  • 3cc2b8f8b7 feat: add generated code: backend/src/change-equipment-status/dto/update-change-equipment-status.dto.ts toir-bot 2026-04-13 18:31:54 +00:00
  • a802817c48 feat: add generated code: backend/src/change-equipment-status/dto/create-change-equipment-status.dto.ts toir-bot 2026-04-13 18:31:53 +00:00
  • cf8c3d24c9 feat: add generated code: backend/src/change-equipment-status/change-equipment-status.service.ts toir-bot 2026-04-13 18:31:52 +00:00
  • 38fad0bf94 feat: add generated code: backend/src/change-equipment-status/change-equipment-status.controller.ts toir-bot 2026-04-13 18:31:52 +00:00
  • d329e06f2b feat: add generated code: backend/src/change-equipment-status/change-equipment-status.module.ts toir-bot 2026-04-13 18:31:51 +00:00
  • 677d1dd6d5 feat: add generated code: backend/src/equipment/dto/update-equipment.dto.ts toir-bot 2026-04-13 18:31:50 +00:00
  • 427c4e8b61 feat: add generated code: backend/src/equipment/dto/create-equipment.dto.ts toir-bot 2026-04-13 18:31:49 +00:00
  • 73c80834fb feat: add generated code: backend/src/equipment/equipment.service.ts toir-bot 2026-04-13 18:31:48 +00:00
  • 09cfccedb4 feat: add generated code: backend/src/equipment/equipment.controller.ts toir-bot 2026-04-13 18:31:48 +00:00
  • 65c7df1c95 feat: add generated code: backend/src/equipment/equipment.module.ts toir-bot 2026-04-13 18:31:46 +00:00
  • 0558f6b70a feat: add Prisma schema: backend/prisma/schema.prisma toir-bot 2026-04-13 18:30:42 +00:00
  • 365f5dc910 chore: initial project scaffold: nginx.conf toir-bot 2026-04-13 18:30:31 +00:00
  • 30bbb57ff9 chore: initial project scaffold: frontend/vite.config.ts toir-bot 2026-04-13 18:30:30 +00:00
  • 9d9c9363e2 chore: initial project scaffold: frontend/tsconfig.json toir-bot 2026-04-13 18:30:29 +00:00
  • b7c97cb539 chore: initial project scaffold: frontend/src/dataProvider.ts toir-bot 2026-04-13 18:30:29 +00:00
  • 700cb50649 chore: initial project scaffold: frontend/src/authProvider.ts toir-bot 2026-04-13 18:30:28 +00:00
  • 867bf7611f chore: initial project scaffold: frontend/package.json toir-bot 2026-04-13 18:30:27 +00:00
  • 1450ac30c9 chore: initial project scaffold: frontend/nginx.conf toir-bot 2026-04-13 18:30:26 +00:00
  • bbdb22f1c6 chore: initial project scaffold: frontend/index.html toir-bot 2026-04-13 18:30:26 +00:00
  • 7e16c12716 chore: initial project scaffold: frontend/Dockerfile toir-bot 2026-04-13 18:30:25 +00:00
  • d20cca91c1 chore: initial project scaffold: docker-compose.yml toir-bot 2026-04-13 18:30:24 +00:00
  • 832185ac25 chore: initial project scaffold: backend/tsconfig.json toir-bot 2026-04-13 18:30:23 +00:00
  • 018d144fdd chore: initial project scaffold: backend/src/prisma/prisma.service.ts toir-bot 2026-04-13 18:30:23 +00:00
  • ef88a093b9 chore: initial project scaffold: backend/src/main.ts toir-bot 2026-04-13 18:30:22 +00:00
  • 70fe03039c chore: initial project scaffold: backend/src/auth/jwt.strategy.ts toir-bot 2026-04-13 18:30:21 +00:00
  • d2ad7169c8 chore: initial project scaffold: backend/src/auth/jwt-auth.guard.ts toir-bot 2026-04-13 18:30:20 +00:00
  • 2d64a7e6e7 chore: initial project scaffold: backend/src/auth/auth.module.ts toir-bot 2026-04-13 18:30:20 +00:00
  • e703d4353b chore: initial project scaffold: backend/package.json toir-bot 2026-04-13 18:30:19 +00:00
  • 13b598263a chore: initial project scaffold: backend/nest-cli.json toir-bot 2026-04-13 18:30:18 +00:00
  • e2be53d4ac chore: initial project scaffold: backend/Dockerfile toir-bot 2026-04-13 18:30:17 +00:00
  • 62eb71c01e chore: initial project scaffold: .env.example toir-bot 2026-04-13 18:30:17 +00:00
  • 970e67fdc9 Initial commit toir-bot 2026-04-13 18:30:16 +00:00