Fusion
0f80f5292b
feat(FN-192): DB schema + Migration (+7 more)
...
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Commits merged:
- feat(FN-192): complete Step 8 — Documentation & Delivery
- feat(FN-192): complete Step 7 — Testing & Verification
- feat(FN-192): complete Step 6 — i18n keys replace stage with changeType
- feat(FN-192): complete Step 5 — ChangelogTab rename stage to changeType
- feat(FN-192): complete Step 4 — Badge component rename stage to changeType
- feat(FN-192): complete Step 3 — API Service + Controller Spec
- feat(FN-192): complete Step 2 — Shared Zod schemas + type exports + DTO
- feat(FN-192): complete Step 1 — DB schema + Migration
Files changed:
apps/api/drizzle/0001_charming_quicksand.sql | 2 +
apps/api/drizzle/meta/0001_snapshot.json | 5167 ++++++++++++++++++++
apps/api/drizzle/meta/_journal.json | 9 +-
.../api/src/changelog/changelog.controller.spec.ts | 2 +-
apps/api/src/changelog/changelog.dto.ts | 2 +-
apps/api/src/changelog/changelog.service.spec.ts | 4 +-
apps/api/src/changelog/changelog.service.ts | 4 +-
apps/api/src/database/schema/core.ts | 2 +-
apps/web/src/components/settings/changelog-tab.tsx | 11 +-
apps/web/src/messages/en.json | 8 +-
apps/web/src/messages/tr.json | 8 +-
docs/INDEX.md | 4 +-
packages/shared/src/index.ts | 4 +-
packages/shared/src/schemas/changelog.ts | 8 +-
packages/shared/src/types/changelog.ts | 2 +-
packages/ui/src/badge.tsx | 12 +-
16 files changed, 5215 insertions(+), 34 deletions(-)
Fusion-Task-Id: FN-192
2026-05-12 06:13:34 +00:00
Fusion
85ebd35048
feat(FN-188): add Changelog tab to dashboard settings
...
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Squash-recovery of fusion/fn-188 onto dev — original branch was based on
main (dccd4fa ) due to baseBranch=None drift in Fusion settings; rebase
onto dev surfaced unrelated main-only commits (EMEX/PL24/Corgi) as false
conflicts. This commit applies only FN-188's 23-file changelog patch.
- apps/api: ChangelogModule (controller, service, DTO, spec, schema)
- apps/web: ChangelogTab (timeline + accordion), useChangelog hook, i18n
- packages/shared: changelog Zod schemas + types
- packages/ui: Accordion component + Badge stage variant
- docs/INDEX.md: changelog feature documented
Lint, typecheck, all 169 api tests + 2 web tests pass.
2026-05-11 20:05:16 +00:00
Sase Dev
56a3c8bfaa
feat: sase.tr v2 full application implementation
...
Complete rewrite of sase.tr VIN lookup platform with modern stack:
Backend (NestJS 10 + Drizzle ORM + PostgreSQL + Redis + BullMQ):
- 34 DB models (core + PL24 + EMEX schemas)
- Auth via Better Auth (email/password + social)
- Brands, Plans, Subscriptions, Payments (iyzico + EFT)
- VIN decode orchestration (Corgi + PL24 + EMEX + NHTSA)
- Interactive schema viewer backend (MinIO storage)
- EMEX scraping integration (Puppeteer + BullMQ workers)
- Translation module (EN→TR automotive dictionary)
- Admin dashboard API (stats, user mgmt, payment approval)
- Rate limiting, Helmet security, file upload validation
Frontend (Next.js 15 + Tailwind v4 + shadcn/ui + TanStack Query + Zustand):
- 20 routes: auth, dashboard, VIN search, schema viewer, admin
- Interactive schema viewer with zoom/pan/hotspot highlighting
- Subscription management with brand selector
- Payment flow (iyzico 3D Secure + EFT with receipt upload)
- i18n support (TR/EN)
- Error boundaries, loading skeletons, 404 page
Infrastructure:
- 85 tests (52 backend + 33 frontend, Vitest)
- CI/CD (GitHub Actions: lint, typecheck, test, build, deploy)
- Zero-downtime deploy script (PM2)
- Env validation script
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-12 02:03:56 +00:00