cms.c2sgmbh/tests/e2e
Martin Porwoll 3f61050fb3 feat: add Timeline Collection for complex chronological events
Add dedicated Timeline Collection for managing complex timeline events:

- Collection: Multiple types (history, milestones, releases, career, events, process)
- Events: Flexible date handling (year, month+year, full date, ranges, custom text)
- Categories: milestone, founding, product, team, award, partnership, expansion, technology
- Importance levels: highlight, normal, minor
- Display options: layouts (vertical, alternating, horizontal, compact), sorting, year grouping
- Media: Image and gallery support per event
- Localization: Full support for DE/EN
- SEO: Meta fields for each timeline

API Features:
- Public endpoint at /api/timelines with tenant isolation
- Rate limiting and IP blocking
- Filter by type, slug, category, importance
- Locale parameter support
- Date formatting and sorting
- Optional grouping by year

Database: 8 tables created via migration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-13 10:22:56 +00:00
..
auth.e2e.spec.ts test: add E2E tests for critical flows 2025-12-12 22:32:55 +00:00
forms.e2e.spec.ts test: add E2E tests for critical flows 2025-12-12 22:32:55 +00:00
frontend.e2e.spec.ts test: add E2E and integration tests with documentation 2025-12-01 08:19:52 +00:00
news-api.e2e.spec.ts test: add E2E tests for critical flows 2025-12-12 22:32:55 +00:00
newsletter.e2e.spec.ts test: add E2E tests for critical flows 2025-12-12 22:32:55 +00:00
search.e2e.spec.ts test: add E2E and integration tests with documentation 2025-12-01 08:19:52 +00:00
tenant-isolation.e2e.spec.ts feat: add Timeline Collection for complex chronological events 2025-12-13 10:22:56 +00:00