mr.zeroandClaude Fable 5 0dc3cebc14 Phase 3: move service layer, serializers and DTOs into WarpEngine + dummy-app test suite
- all catalog services (update/software/highlighted/builds/file/file-manager/
  download/image + SoftwareResponseBuilder), the SoftwareUpdater platform
  services and their concerns, Blueprinter serializers (incl. TimestampFields)
  and the 4 DTOs now live in the engine under WarpEngine::
- constantize dispatch strings use absolute names
  (WarpEngine::SoftwareUpdater::<Platform>Service)
- container paths read from WarpEngine.config everywhere (FileService,
  DownloadService, FileManagerService, ArchiveExtraction, ReleaseSerializer
  path rewriting); FileManagerService base path is now lazy
- engine requires blueprinter itself; gemspec declares blueprinter + rubyzip
- engine test suite: spec/dummy app (mysql warp_engine_test, catalog-only
  schema), rails_helper with engine-local factories; catalog model/service
  specs and factories moved from the host
- host suite keeps TTG specs and loads catalog factories from the engine

Verified: engine suite 40 green, host suite 14 green, /api/software and
/api/builds byte-identical to baselines, admin OK.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-04 19:03:58 +02:00
2026-05-06 20:15:52 +02:00
2026-05-05 19:27:29 +02:00
2025-12-14 17:18:25 +01:00
2026-02-19 12:35:43 +01:00
2026-07-28 14:50:24 +02:00
2026-01-27 20:01:25 +01:00

Teletype Games

Monorepo: Vue 3 frontend + Rails 8 API.

Projekt struktúra

apps/
  frontend/   # Vue 3 + Vite + TypeScript + Tailwind
  api/        # Rails 8 API + ActiveAdmin

Fejlesztői környezet

docker compose up -d
Szolgáltatás URL
Frontend http://${WEBAPP_DOMAIN}
API http://${WEBAPP_DOMAIN}/api
Admin http://${WEBAPP_DOMAIN}/admin
API Docs http://${WEBAPP_DOMAIN}/api/swagger

Linting

Backend (RuboCop)

# Ellenőrzés
docker compose run --rm --no-deps api bundle exec rubocop

# Automatikus javítás
docker compose run --rm --no-deps api bundle exec rubocop -A

Konfig: apps/api/.rubocop.yml (rubocop-rails-omakase preset)

Frontend (ESLint)

# Ellenőrzés
docker compose run --rm --no-deps frontend npm run lint

# Automatikus javítás
docker compose run --rm --no-deps frontend npm run lint:fix

Konfig: apps/frontend/eslint.config.js (ESLint 9 flat config, Vue + TypeScript)

S
Description
No description provided
Readme
6.9 MiB
Languages
Ruby 43.8%
Vue 27.8%
TypeScript 13%
CSS 10.2%
JavaScript 3.3%
Other 1.8%