cms.c2sgmbh/src/collections
Martin Porwoll 5df2139bbd feat: add Workflows Collection for complex process management
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>
2025-12-13 10:47:56 +00:00
..
AuditLogs.ts feat: add Products and ProductCategories collections with CI/CD pipeline 2025-12-12 21:36:26 +00:00
Categories.ts feat: add content collections for multi-tenant CMS 2025-12-01 08:18:58 +00:00
ConsentLogs.ts feat: add content collections for multi-tenant CMS 2025-12-01 08:18:58 +00:00
CookieConfigurations.ts feat: add content collections for multi-tenant CMS 2025-12-01 08:18:58 +00:00
CookieInventory.ts feat: add content collections for multi-tenant CMS 2025-12-01 08:18:58 +00:00
EmailLogs.ts feat: add Products and ProductCategories collections with CI/CD pipeline 2025-12-12 21:36:26 +00:00
FAQs.ts feat: add FAQ collection and block 2025-12-10 05:34:41 +00:00
FormSubmissionsOverrides.ts feat: enhance FormSubmissions with workflow and tracking 2025-12-10 09:13:06 +00:00
Media.ts feat: add content collections for multi-tenant CMS 2025-12-01 08:18:58 +00:00
NewsletterSubscribers.ts feat: add Newsletter Double Opt-In email system 2025-12-10 16:37:16 +00:00
Pages.ts feat: add Products and ProductCategories collections with CI/CD pipeline 2025-12-12 21:36:26 +00:00
PortfolioCategories.ts feat: add Portfolio and PortfolioCategories collections 2025-12-06 07:19:19 +00:00
Portfolios.ts feat: add Portfolio and PortfolioCategories collections 2025-12-06 07:19:19 +00:00
Posts.ts feat: add content collections for multi-tenant CMS 2025-12-01 08:18:58 +00:00
PrivacyPolicySettings.ts feat: add content collections for multi-tenant CMS 2025-12-01 08:18:58 +00:00
ProductCategories.ts feat: add Products and ProductCategories collections with CI/CD pipeline 2025-12-12 21:36:26 +00:00
Products.ts feat: add Products and ProductCategories collections with CI/CD pipeline 2025-12-12 21:36:26 +00:00
ServiceCategories.ts feat: add Services collection and block 2025-12-10 07:39:03 +00:00
Services.ts feat: add Services collection and block 2025-12-10 07:39:03 +00:00
SocialLinks.ts feat: add content collections for multi-tenant CMS 2025-12-01 08:18:58 +00:00
Team.ts feat: add Team collection and block 2025-12-10 07:15:59 +00:00
Tenants.ts feat: add Products and ProductCategories collections with CI/CD pipeline 2025-12-12 21:36:26 +00:00
Testimonials.ts feat: add content collections for multi-tenant CMS 2025-12-01 08:18:58 +00:00
Timelines.ts feat: add Workflows Collection for complex process management 2025-12-13 10:47:56 +00:00
Users.ts fix: complete auth event audit logging 2025-12-07 21:31:11 +00:00
Workflows.ts feat: add Workflows Collection for complex process management 2025-12-13 10:47:56 +00:00