Go to file
Lars 068c4cdcfd refactor: db/index.ts in types, schema und seeds aufgeteilt
- types.ts: alle Interfaces und FeedbackRating-Typ
- schema.ts: Dexie-Klasse + Migrationsversionen
- seeds/assignmentTypes.ts: seedIfEmpty()
- seeds/feedbackStructure.ts: seedFeedbackStructureIfEmpty()
- seeds/migrations.ts: seedCriterionMappingsIfEmpty() + migrateToUnifiedCriteriaIfNeeded()
- index.ts: reiner Re-Export, alle bestehenden Imports bleiben kompatibel
2026-07-02 10:24:03 +02:00
docs initial commit 2026-07-02 10:10:06 +02:00
src refactor: db/index.ts in types, schema und seeds aufgeteilt 2026-07-02 10:24:03 +02:00
.gitignore initial commit 2026-07-02 10:10:06 +02:00
build.bat initial commit 2026-07-02 10:10:06 +02:00
CLAUDE.md initial commit 2026-07-02 10:10:06 +02:00
index.html initial commit 2026-07-02 10:10:06 +02:00
package-lock.json initial commit 2026-07-02 10:10:06 +02:00
package.json initial commit 2026-07-02 10:10:06 +02:00
tsconfig.app.json initial commit 2026-07-02 10:10:06 +02:00
tsconfig.json initial commit 2026-07-02 10:10:06 +02:00
tsconfig.node.json initial commit 2026-07-02 10:10:06 +02:00
vite.config.ts initial commit 2026-07-02 10:10:06 +02:00