Kanban Board
Drag and drop task management
To Do
4Implement file upload component
Create a drag-and-drop file upload with progress indicator and validation.
Add CSV export to reports
Allow users to export filtered report data as CSV files.
Update onboarding flow copy
Revise the onboarding wizard text based on user research feedback.
Set up error monitoring alerts
Configure Sentry alerts for critical error thresholds in production.
In Progress
3Stripe payment gateway integration
Integrate Stripe for subscription billing with webhook handling.
Dashboard dark mode refinements
Fix contrast issues and update chart colors for dark mode theme.
Migrate user sessions to Redis
Move session storage from database to Redis for improved performance.
Review
3Refactor authentication middleware
Simplify JWT validation and add refresh token rotation logic.
Add E2E tests for checkout flow
Write Playwright tests covering the complete purchase journey.
Notification system redesign
Implement the new notification center with grouped and actionable alerts.
Done
4Fix CI pipeline flaky tests
Resolve race conditions in user session integration tests.
API rate limiting implementation
Add sliding window rate limiter with per-endpoint configuration.
Customer dashboard analytics widgets
Build interactive chart widgets for the customer-facing dashboard.
Database query optimization
Optimize slow queries on the orders table with proper indexing.