Skip to content

constants

django_spire.metric.visual.presentation.seeding.constants

PRESENTATION_SEEDS = [{'name': 'Weekly KPI Review', 'description': "Reviews the previous week's key performance indicators across the business."}, {'name': 'Executive Summary Q3', 'description': 'Summarizes quarterly performance for the executive leadership team.'}, {'name': 'Monthly Sales Report', 'description': 'Covers pipeline, deals closed, and revenue targets for the sales team.'}, {'name': 'Marketing Performance Briefing', 'description': 'Presents campaign results and channel performance for marketing.'}, {'name': 'Operations Dashboard Review', 'description': 'Walks through production, quality, and logistics metrics with operations.'}] module-attribute

SLIDE_TITLES = ['Overview', 'Key Metrics', 'Trends', 'Highlights', 'Risks', 'Next Steps'] module-attribute