In Progress
5
ACM-412
Resolve CORS error on the upload endpoint
POST /api/v2/files returns 403 for cross-origin requests; preflight OPTIONS never reaches the handler.
Critical
Backend
API
Jun 18
7
SR
JK
ACM-398
Redesign the account settings page
Consolidate billing, profile, and notification preferences into a single tabbed layout using the new design tokens.
High
Frontend
Design
Jun 23
4
ML
TO
JP
ACM-385
Add rate limiting to the public REST API
Implement a sliding-window limiter (100 req/min per key) with proper Retry-After headers on 429 responses.
High
Backend
API
DevOps
Jun 26
2
AC
ACM-371
Write end-to-end tests for the checkout flow
Cover happy path, declined card, and coupon-code scenarios using Playwright against the staging environment.
Medium
QA
Frontend
Jul 2
SR
ML
ACM-360
Document the webhook payload schema
Add OpenAPI 3.1 schemas for all event types and publish the spec to the developer portal.
Low
Backend
API
Jul 8
1
JP
Customize