Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .squad/decisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

---

### 2026-04-15: Soft delete architecture for Categories and Statuses
**By:** Matthew Paulosky (via Copilot)
**What:** Soft delete (IsArchived flag) chosen over hard delete for Categories and Statuses. When a Category or Status is "deleted" by the user, it should be marked `IsArchived = true` rather than removed from the database. Issues associated with an archived Category/Status retain their association but the Category/Status is hidden from active selection UI.
**Why:** User decision — unblocks issues previously labeled `go:needs-research` pending this architecture call.
**Status:** ✅ Recorded — implementation in progress (Sprint 3)

---

### 2026-04-12: PR #113 — picomatch lockfile security bump
**By:** Legolas (Frontend)
**What:** Merged PR #113 updating picomatch 4.0.3 → 4.0.4 in src/Web/package-lock.json. Security patch; CI validated; npm install clean.
Expand Down
4 changes: 0 additions & 4 deletions .squad/decisions/inbox/copilot-soft-delete-architecture.md

This file was deleted.

Loading