Skip to content

Integrate CRUD APIs for food items#248

Open
gTanusri wants to merge 1 commit into
rdodiya:gssoc_developfrom
gTanusri:codex/issue-229-food-crud
Open

Integrate CRUD APIs for food items#248
gTanusri wants to merge 1 commit into
rdodiya:gssoc_developfrom
gTanusri:codex/issue-229-food-crud

Conversation

@gTanusri
Copy link
Copy Markdown
Contributor

@gTanusri gTanusri commented Jun 1, 2026

Summary

  • Integrated the admin Food Items UI with the existing FoodController backend APIs.
  • Added backend-backed food item listing, category filtering, search, pagination, add/edit, delete, and availability toggle flows.
  • Added frontend validation for required fields, price values, category selection, and image file/URL inputs.
  • Added loading, empty, error, and toast feedback states for food item CRUD actions.
  • Updated food endpoint authorization so secure update, delete, and PATCH availability requests work with the app's existing authorities.

Issue

Closes #229

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Food Items CRUD UI Integration with Backend APIs

1 participant