docs(feedback): update roadmap with second review bug fixes
This commit is contained in:
parent
8614e3f0f1
commit
76569417f1
@ -330,7 +330,7 @@ services/platform-service/src/server.ts
|
||||
|
||||
---
|
||||
|
||||
**Last Updated:** 2026-03-02
|
||||
**Last Updated:** 2026-03-03
|
||||
|
||||
## Bugs Fixed During Review (2026-03-02)
|
||||
|
||||
@ -344,3 +344,13 @@ services/platform-service/src/server.ts
|
||||
| 6 | Appendix listed `sas.ts` file that wasn't created | Removed - SAS logic is in routes.ts |
|
||||
| 7 | Inconsistent size limits: 5MB vs 10MB | Aligned to 5MB throughout |
|
||||
| 8 | Missing `screenshotContentType` and `screenshotSizeBytes` | Added to data model example |
|
||||
|
||||
## Bugs Fixed During Second Review (2026-03-03)
|
||||
|
||||
| # | Bug | Fix | Commit |
|
||||
|---|-----|-----|--------|
|
||||
| 9 | Search icon positioning broken | Added `relative` to parent div, `pointer-events-none` to icon | Latest |
|
||||
| 10 | Toast variant 'destructive' not valid | Changed to 'error' to match type definition | Latest |
|
||||
| 11 | Routes referencing removed fields | Removed `screenshotUrl`/`screenshotUrlExpiresAt` from delete endpoint | Latest |
|
||||
| 12 | Misleading blob path comment | Fixed comment to reflect blob stays at initial location | Latest |
|
||||
| 13 | Missing download screenshot button | Added `downloadScreenshot()` function and UI button | Latest |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user