April 18th

April 18

Focus: Update/Delete functionality and integration.

  • Update/Delete Operations: Implemented PUT/PATCH and DELETE routes for both users and projects. Ensured proper authorization checks (e.g., only admins or owners can modify/delete).

  • Error Handling & Edge Cases: Added error handling for not found, duplicate entries, and unauthorized access. Covered cases like trying to delete a user that owns projects.

  • Integration Testing & UI Wiring (if applicable): Tested full CRUD workflows through API or UI. Connected frontend forms or admin interfaces if available.

Last updated