Week 041 — Deleting Items

Deleting items is the kind of feature that gets deferred until everything else is in place. Getting to it now.

Week of August 25, 2025

Progress

The delete item functionality was implemented — classes, API, and item page logic updated. By Friday, the code was complete but the DELETE HTTP method wasn't being recognized by the switch statement in the API. The DELETE verb was arriving on the server; the switch case wasn't matching it.

Next Week

Delete item wraps up, and the subscription integration needs serious attention — it's been silently failing for a while.