Commit Graph

  • c2aa374dac feat: add generated code: frontend/src/resources/change-equipment-status/ChangeEquipmentStatusShow.tsx main toir-bot 2026-04-13 11:46:00 +00:00
  • d817f59ed0 feat: add generated code: frontend/src/resources/change-equipment-status/ChangeEquipmentStatusCreate.tsx toir-bot 2026-04-13 11:45:59 +00:00
  • d14ebf9983 feat: add generated code: frontend/src/resources/change-equipment-status/ChangeEquipmentStatusEdit.tsx toir-bot 2026-04-13 11:45:58 +00:00
  • 5b7acb51d8 feat: add generated code: frontend/src/resources/change-equipment-status/ChangeEquipmentStatusList.tsx toir-bot 2026-04-13 11:45:57 +00:00
  • 1800ada7d0 feat: add generated code: frontend/src/resources/equipment/EquipmentStatusSelectInput.tsx toir-bot 2026-04-13 11:45:57 +00:00
  • cfb86e7175 feat: add generated code: frontend/src/resources/equipment/EquipmentStatusSelectField.tsx toir-bot 2026-04-13 11:45:56 +00:00
  • 77ce3dd5b2 feat: add generated code: frontend/src/resources/equipment/EquipmentShow.tsx toir-bot 2026-04-13 11:45:55 +00:00
  • 2bd9a48d29 feat: add generated code: frontend/src/resources/equipment/EquipmentCreate.tsx toir-bot 2026-04-13 11:45:54 +00:00
  • 1e6fe41e89 feat: add generated code: frontend/src/resources/equipment/EquipmentEdit.tsx toir-bot 2026-04-13 11:45:53 +00:00
  • 3aa1f1677f feat: add generated code: frontend/src/resources/equipment/EquipmentList.tsx toir-bot 2026-04-13 11:45:52 +00:00
  • 66620354c2 feat: add generated code: frontend/src/App.tsx toir-bot 2026-04-13 11:45:52 +00:00
  • dc2f91cff0 feat: add generated code: frontend/src/main.tsx toir-bot 2026-04-13 11:45:51 +00:00
  • 738c3a2169 feat: add generated code: backend/src/app.module.ts toir-bot 2026-04-13 11:45:50 +00:00
  • 9aeaf37cd8 feat: add generated code: backend/src/change-equipment-status/dto/update-change-equipment-status.dto.ts toir-bot 2026-04-13 11:45:49 +00:00
  • 551a690488 feat: add generated code: backend/src/change-equipment-status/dto/create-change-equipment-status.dto.ts toir-bot 2026-04-13 11:45:48 +00:00
  • a6439a2312 feat: add generated code: backend/src/change-equipment-status/change-equipment-status.service.ts toir-bot 2026-04-13 11:45:47 +00:00
  • dd7bbe980d feat: add generated code: backend/src/change-equipment-status/change-equipment-status.controller.ts toir-bot 2026-04-13 11:45:46 +00:00
  • d585a079b5 feat: add generated code: backend/src/change-equipment-status/change-equipment-status.module.ts toir-bot 2026-04-13 11:45:46 +00:00
  • fdfa27c4dd feat: add generated code: backend/src/equipment/dto/update-equipment.dto.ts toir-bot 2026-04-13 11:45:45 +00:00
  • 83902332ac feat: add generated code: backend/src/equipment/dto/create-equipment.dto.ts toir-bot 2026-04-13 11:45:44 +00:00
  • da8571f267 feat: add generated code: backend/src/equipment/equipment.service.ts toir-bot 2026-04-13 11:45:43 +00:00
  • 960c4b2287 feat: add generated code: backend/src/equipment/equipment.controller.ts toir-bot 2026-04-13 11:45:42 +00:00
  • 48f39014b8 feat: add generated code: backend/src/equipment/equipment.module.ts toir-bot 2026-04-13 11:45:41 +00:00
  • 53e10c553a feat: add Prisma schema: backend/prisma/schema.prisma toir-bot 2026-04-13 11:44:23 +00:00
  • fd6c9f835b chore: initial project scaffold: nginx.conf toir-bot 2026-04-13 11:44:10 +00:00
  • d3dcb524b8 chore: initial project scaffold: frontend/vite.config.ts toir-bot 2026-04-13 11:44:07 +00:00
  • 272b665178 chore: initial project scaffold: frontend/src/dataProvider.ts toir-bot 2026-04-13 11:44:06 +00:00
  • 1d0b9ea47a chore: initial project scaffold: frontend/src/authProvider.ts toir-bot 2026-04-13 11:44:05 +00:00
  • 366c89480f chore: initial project scaffold: frontend/package.json toir-bot 2026-04-13 11:44:03 +00:00
  • 2887cf71e8 chore: initial project scaffold: frontend/nginx.conf toir-bot 2026-04-13 11:44:02 +00:00
  • 8035e00c0c chore: initial project scaffold: frontend/index.html toir-bot 2026-04-13 11:44:02 +00:00
  • 62d0504725 chore: initial project scaffold: frontend/Dockerfile toir-bot 2026-04-13 11:44:00 +00:00
  • 8f97c6a1fe chore: initial project scaffold: docker-compose.yml toir-bot 2026-04-13 11:43:59 +00:00
  • 338b738f8c chore: initial project scaffold: backend/tsconfig.json toir-bot 2026-04-13 11:43:57 +00:00
  • 7fb132b241 chore: initial project scaffold: backend/src/prisma/prisma.service.ts toir-bot 2026-04-13 11:43:55 +00:00
  • 7ebc64f877 chore: initial project scaffold: backend/src/main.ts toir-bot 2026-04-13 11:43:55 +00:00
  • a82cced5c1 chore: initial project scaffold: backend/src/auth/jwt.strategy.ts toir-bot 2026-04-13 11:43:53 +00:00
  • 94b697c90c chore: initial project scaffold: backend/src/auth/jwt-auth.guard.ts toir-bot 2026-04-13 11:43:52 +00:00
  • 5a042c2f6b chore: initial project scaffold: backend/src/auth/auth.module.ts toir-bot 2026-04-13 11:43:51 +00:00
  • efd1ab4e1f chore: initial project scaffold: backend/package.json toir-bot 2026-04-13 11:43:50 +00:00
  • e8de13db09 chore: initial project scaffold: backend/nest-cli.json toir-bot 2026-04-13 11:43:49 +00:00
  • 895d8f2c09 chore: initial project scaffold: backend/Dockerfile toir-bot 2026-04-13 11:43:49 +00:00
  • 7183dde802 chore: initial project scaffold: .env.example toir-bot 2026-04-13 11:43:48 +00:00
  • 836c699408 Initial commit toir-bot 2026-04-13 11:43:47 +00:00