Files
frontend/TODO.md
T
Thanh Quy- wolf 1c8a23b4d1
Release package / release (pull_request) Has been cancelled
feat: add image upload functionality for menu items
2026-05-14 10:14:03 +07:00

569 B

TODO - Add image upload field for manager add/update menu item

  • Update GraphQL queries/mutations in lib/manager-context.tsx to include imageUrl
  • Update components/organisms/manager/ProductModal.tsx
    • Add file input for image selection
    • Add upload button to call POST /api/file
    • Store returned URL string into form.imageUrl
    • Show upload/loading/error states and image preview
  • Update components/organisms/manager/ProductsTab.tsx to show image thumbnail in table
  • Mark TODO progress after each step completed