mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 19:44:12 +00:00
Hybrid solution for process visualization: ## Timeline Collection (Simple Processes) Enhanced with process-specific fields for simple linear flows: - Step number, duration, responsible person - Action required indicator (customer/internal/both/automatic) - Deliverables/documents per step Ideal for: Onboarding, Bewerbungsprozess, simple customer journeys ## Workflows Collection (Complex Processes) New dedicated collection for multi-phase workflows with: **Phases:** - Named sections with icons, colors, estimated duration - Responsible person/role assignment - Phase-level deliverables **Steps:** - Multiple types: task, decision, milestone, approval, wait, automatic - Priority levels: critical, high, normal, low, optional - Dependencies between steps (blocking, parallel) - Conditions/branches for decision steps - Checklists with required/optional items - Resources (documents, templates, links, tools) - Outputs per step **Properties:** - Workflow types: project, business, approval, onboarding, support, development, marketing - Complexity levels, iterative flag, parallel phases flag - Display options: vertical, horizontal, flowchart, kanban, gantt layouts **API Features:** - Public endpoint at /api/workflows with tenant isolation - Filter by type, complexity - Statistics: phase count, step count, checklist count, step type breakdown Database: 20 new tables (18 for workflows, 2 for timeline process fields) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| AuditLogs.ts | ||
| Categories.ts | ||
| ConsentLogs.ts | ||
| CookieConfigurations.ts | ||
| CookieInventory.ts | ||
| EmailLogs.ts | ||
| FAQs.ts | ||
| FormSubmissionsOverrides.ts | ||
| Media.ts | ||
| NewsletterSubscribers.ts | ||
| Pages.ts | ||
| PortfolioCategories.ts | ||
| Portfolios.ts | ||
| Posts.ts | ||
| PrivacyPolicySettings.ts | ||
| ProductCategories.ts | ||
| Products.ts | ||
| ServiceCategories.ts | ||
| Services.ts | ||
| SocialLinks.ts | ||
| Team.ts | ||
| Tenants.ts | ||
| Testimonials.ts | ||
| Timelines.ts | ||
| Users.ts | ||
| Workflows.ts | ||