Kanban Board
Backlog
5Implement GEO citation tracking module
Track AI answer engine citations and map them to content sources
Add multi-tenant workspace support
Support multiple workspaces per organization with role-based access
Evaluate and integrate error monitoring
Compare Sentry vs Datadog for error tracking and APM
Refactor form validation to use Zod schemas
Replace manual validation with Zod + react-hook-form resolver pattern
Create E2E test suite for critical user paths
Playwright tests covering auth, dashboard, and workflow builder flows
Todo
5Customer support ticket auto-categorization
Use AI classification to automatically tag and route support tickets
Migrate database to PlanetScale
Move from self-hosted PostgreSQL to PlanetScale with schema migration
Design new onboarding flow wireframes
Create wireframes for the 5-step onboarding experience with progress tracking
Write API documentation for v2 endpoints
Document all new REST endpoints with OpenAPI spec and examples
Accessibility audit and WCAG 2.1 compliance
Full audit of color contrast, keyboard navigation, and screen reader support
In Progress
4Implement real-time notification system
WebSocket-based notifications with toast UI and persistence
Workflow builder drag-and-drop improvements
Add snap-to-grid, connection validation, and undo/redo support
Knowledge base search with vector embeddings
Implement semantic search using pgvector and OpenAI embeddings
Add dark mode toggle persistence
Theme preference should persist in localStorage and respect system setting
In Review
3API rate limiting and throttling middleware
Implement sliding window rate limiter with Redis backend
Dashboard analytics widget performance
Optimize recharts rendering with memoization and virtualization
Fix sidebar collapse animation stutter
Sidebar collapses with visible jank on lower-end devices
Done
3Set up project repository and CI/CD pipeline
Initialize monorepo structure with turborepo and configure GitHub Actions
Design system token migration to OKLCh
Migrate all color tokens from HSL to OKLCh for perceptual uniformity
Implement authentication flow with OAuth2
Add Google and GitHub OAuth providers with session management