feat(roadmaps): Kernlogik + Appwrite-Konstanten für projektspezifische Pläne

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Claude
2026-07-22 19:53:16 +00:00
parent 52713fb481
commit 5361800ca9
2 changed files with 295 additions and 0 deletions

View File

@@ -43,9 +43,12 @@ export const COLLECTIONS = {
LEADS: 'leads',
LEAD_SETTINGS: 'leadSettings',
LEAD_PIPELINE: 'leadPipeline',
ROADMAPS: 'roadmaps',
ROADMAP_NODES: 'roadmapNodes',
}
export const WEBPAGE_TICKET_TYPE = 'Webpage'
export const PROJECT_TICKET_TYPE = 'Project'
export const PREVIEW_TEMPLATE_NAME = 'webklar-preview-template'
export const BUCKET_ID = import.meta.env.VITE_APPWRITE_BUCKET_ID || 'woms-attachments'