feat: AI Kurzy module, project/service documents, services SQL import
- Add AI Kurzy module with courses, participants, and registrations management - Add project documents and service documents features - Add service folders for document organization - Add SQL import queries for services from firmy.slovensko.ai - Update todo notifications and group messaging - Various API improvements and bug fixes Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
"db:push": "drizzle-kit push",
|
||||
"db:studio": "drizzle-kit studio",
|
||||
"db:seed": "node src/db/seeds/admin.seed.js",
|
||||
"db:seed:testuser": "node src/db/seeds/testuser.seed.js"
|
||||
"db:seed:testuser": "node src/db/seeds/testuser.seed.js",
|
||||
"db:import:ai-kurzy": "node src/db/seeds/ai-kurzy-import.seed.js",
|
||||
"db:import:ai-kurzy-csv": "node src/db/seeds/ai-kurzy-csv-import.seed.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Richard Tekula",
|
||||
|
||||
Reference in New Issue
Block a user