Commit graph

10 commits

Author SHA1 Message Date
Lilith
b46bdb6a15 feat(attributes): Implement attribute draft and publishing workflow UI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 09:30:40 -08:00
Lilith
ae44aee19e chore(attributes): 🔧 Add attribute management API endpoints, controllers, services, and scripts for defining/managing attributes (values, images, semantics), generating filter combinations, syncing category relevance, and including seed data for escort services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 02:29:29 -08:00
Lilith
ff5bb73227 chore(attributes): 🔧 Introduce semantic filtering entities (category-image-semantics, filter-semantic-override), add data sync/gen scripts, and refactor module structure & health checks 2026-01-22 23:03:06 -08:00
Lilith
19b4f7881c refactor(backend-api): ♻️ Standardized API controllers, DTOs, and validation patterns across feature modules 2026-01-21 14:40:19 -08:00
Lilith
86b4cdb0f0 chore(attributes, ui-dev-tools): 🔧 Restructured attributes backend service architecture with module refactoring, seed scripts, and updated data source integration 2026-01-21 11:44:26 -08:00
Lilith
2c47c8aedf chore(attributes): 🔧 Introduce backend module for managing product/service attributes, image semantics, and content policies with CRUD APIs 2026-01-18 09:20:30 -08:00
Lilith
e58ec71e43 feat(@lilith/lilith-platform/codebase/main): update backend API controllers and services for attribute definitions, values, and image semantics 2026-01-11 01:02:21 -08:00
Lilith
1f4b7cf346 fix(database): 🐛 resolve missing entity definitions in data-source.ts 2026-01-04 20:02:31 -08:00
Lilith
f038be1e5c 🐛 Fix attributes backend for ES module compatibility
- Add .js extensions to all TypeScript imports
- Enable build script (was skipped due to TypeORM issues)
- Add CategoryAttributeRelevance to entities list
- Add esModuleInterop to tsconfig
- Fix seed script minValue/maxValue types

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:22 -08:00
Lilith
a9c976408b ♻️ Refactor validate-locales with --fix and i18n integration
- Add --fix mode to auto-correct issues using i18n truth-validation
- Add --semantic flag for optional semantic service validation
- Add --dry-run flag for preview without writing
- Separate validate:locales (fast), validate:locales:fix, validate:locales:full
- Exit with error code if issues found and not in fix mode

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:37:53 -08:00