You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in our app, we can create, read, and update inspections, but not delete. For completeness, we want to implement a delete feature, both on the backend and the frontend.
Desired outcome
Users should be able to delete inspection records.
Context
Currently, in our app, we can create, read, and update inspections, but not delete. For completeness, we want to implement a delete feature, both on the backend and the frontend.
Desired outcome
Users should be able to delete inspection records.
Tasks
Frontend
Backend
DELETE /inspection/<inspection_id>
route from Flask to FastAPI fertiscan-backend#161The text was updated successfully, but these errors were encountered: