docs: clarify plan limits enforcement status

- Note that plan limits ARE enforced in most create endpoints
- Add specific task for BulkCreateLinksEndpoint plan limits check

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-30 18:58:10 -05:00
parent 4dc5e534ba
commit 527ee2f325

View File

@@ -269,9 +269,9 @@
- [ ] Middleware to authenticate requests using API keys
- [ ] Scope validation (read, write, admin)
2. **Plan Limits Enforcement**
- [ ] Integrate `IPlanLimitsService.CanCreate*` checks in create endpoints
- [ ] Return 403 with upgrade message when limit reached
2. **Plan Limits in Bulk Operations**
- [ ] Add plan limits check in `BulkCreateLinksEndpoint`
- Plan limits already enforced in: CreateLink, CreateQRCode, CreateWorkspace, AddDomain
3. **Custom Date Range UI**
- [ ] Add date picker to analytics pages