Фаза 0: Ініціалізація проекту GameShell — monorepo з усіма компонентами#1
Merged
Conversation
… WPF), agent (C# Worker), local-hub (Node.js) - NestJS backend with 12 modules: Auth, Clubs, Hosts, Sessions, Tariffs, Staff, Players, Games, Shop, Loyalty, Reports, Consoles - Prisma schema with 17 tables (clubs, hosts, sessions, games, etc.) - Vue 3 admin panel with Tailwind CSS, dark theme, role-based navigation - Pages: Dashboard, Hosts map, Sessions, Games, Consoles (PlayStation), Shop, Reports, Staff, Players, Settings - C# WPF Shell client: lock screen, game launcher, session timer, keyboard hooks - C# Worker Service Agent: telemetry, remote commands - Node.js Local Hub: playactor (PS5), MQTT/Tasmota (relays), HDMI-CEC - Docker Compose: PostgreSQL, Redis, Mosquitto - GitHub Actions CI for all components - Seed data: 35 PCs, 3 PS5, 2 PS2, tariffs, games, products Co-Authored-By: Egor <egor-green@mail.ru>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
…used imports in admin Co-Authored-By: Egor <egor-green@mail.ru>
…rs.Timer) Co-Authored-By: Egor <egor-green@mail.ru>
Co-Authored-By: Egor <egor-green@mail.ru>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Повна ініціалізація monorepo-проекту GameShell — системи управління комп'ютерним клубом / кібер-ареною.
Що створено:
Backend (NestJS + TypeScript + Prisma)
Admin Panel (Vue 3 + TypeScript + Tailwind CSS)
Shell Client (C# WPF / .NET 8)
Agent (C# Worker Service / .NET 8)
Local Hub (Node.js + TypeScript)
Інфраструктура
.env.exampleдля швидкого стартуАрхітектура:
Review & Testing Checklist for Human
apps/backend/prisma/schema.prisma) — чи всі 17 таблиць відповідають ТЗdocker compose up -dтаcd apps/backend && npm install && npx prisma generate && npx tsc --noEmit— backend повинен компілюватись без помилокcd apps/admin && npm install && npx vue-tsc --noEmit— admin panel повинна компілюватисьdotnet build)apps/backend/prisma/seed.ts) — чи кількість ПК/PS відповідає реальному клубуNotes
windows-latestplayactorв Local Hub — для управління PS5 без реле, через протокол Remote PlayLink to Devin session: https://app.devin.ai/sessions/70ce4ce2689a44f08d7cbe0ca5b1af6c
Requested by: @Virt92