Commit Graph

3 Commits

Author SHA1 Message Date
60d1b72aba feat: implement platform management system with authentication and dashboard
- Add PlatformUser model with roles (SUPER_ADMIN, ADMIN, SUPPORT)
- Implement platform authentication with NextAuth
- Create platform dashboard showing companies, users, and sessions
- Add platform API endpoints for company management
- Update landing page with SaaS design
- Include test improvements and accessibility updates
2025-06-28 12:41:50 +02:00
aa0e9d5ebc test: fix test environment issues and update TODO with architecture plan
- Fix window.matchMedia mock for DOM environment compatibility
- Simplify accessibility tests to focus on core functionality
- Update auth test mocking to avoid initialization errors
- Move visual tests to examples directory
- Add comprehensive architecture refactoring plan to TODO
- Document platform management needs and microservices strategy
2025-06-28 07:16:22 +02:00
3b135a64b5 change playwright ci to use pnpm 2025-06-28 02:45:06 +02:00