Add inactive flag to commanders and update queries #2

Open
michi wants to merge 1 commits from feature/inactivate-commanders into main
Owner
  • Add inactive BOOLEAN column to commanders with default FALSE
    (idempotent)
  • Filter inactive in stats, views, and related queries
  • Return and persist inactive flag in Commander data
  • Add API to toggle inactive and frontend toggle control
  • Show INACTIVE badge and allow deactivation in UI
  • Rename Top Commanders to Top Played Commanders
  • Bump frontend version to 2.1.9
- Add inactive BOOLEAN column to commanders with default FALSE (idempotent) - Filter inactive in stats, views, and related queries - Return and persist inactive flag in Commander data - Add API to toggle inactive and frontend toggle control - Show INACTIVE badge and allow deactivation in UI - Rename Top Commanders to Top Played Commanders - Bump frontend version to 2.1.9
michi added 1 commit 2026-03-30 16:56:56 +02:00
- Add inactive BOOLEAN column to commanders with default FALSE
  (idempotent)
- Filter inactive in stats, views, and related queries
- Return and persist inactive flag in Commander data
- Add API to toggle inactive and frontend toggle control
- Show INACTIVE badge and allow deactivation in UI
- Rename Top Commanders to Top Played Commanders
- Bump frontend version to 2.1.9
This pull request has changes conflicting with the target branch.
  • backend/src/repositories/CommanderRepository.js
  • backend/src/routes/commanders.js
  • frontend/public/commanders.html
  • frontend/public/dashboard.html
  • frontend/public/games.html
  • frontend/public/js/commanders.js
  • frontend/public/version.txt
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/inactivate-commanders:feature/inactivate-commanders
git checkout feature/inactivate-commanders
Sign in to join this conversation.