Skip to content

feat: add list WIP limits#488

Open
samhuin wants to merge 1 commit into
kanbn:mainfrom
samhuin:feat/list-wip-limits
Open

feat: add list WIP limits#488
samhuin wants to merge 1 commit into
kanbn:mainfrom
samhuin:feat/list-wip-limits

Conversation

@samhuin
Copy link
Copy Markdown

@samhuin samhuin commented May 7, 2026

Summary

Adds a polished WIP limit integration for lists.

  • Adds a native menu icon for “Edit WIP limit”
  • Persists nullable WIP limits on lists
  • Exposes wipLimit through board/list API responses
  • Normalizes 0 as unlimited
  • Keeps WIP limits informative only, without blocking card creation or drag-and-drop

API

The value is exposed as wipLimit, following the existing camelCase API convention.

Semantics:

  • null = unlimited
  • 0 = normalized to null
  • positive integer = active WIP limit

Manual testing

  • Create a list without WIP limit
  • Set WIP limit to 3
  • Reload the board
  • Confirm the limit is persisted
  • Add more than 3 cards
  • Confirm warning/danger state
  • Check API response contains wipLimit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant