Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve #48 - Dynamic WIP limit value #49

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

FelipeGuzmanSierra
Copy link
Collaborator

@FelipeGuzmanSierra FelipeGuzmanSierra commented Mar 19, 2024

Closes #48

Description

In this PR the hard-coded wip limits were removed and a new format configuration was added to the wip limits use case. The new configuration is call limits, and it should be a map where the domain limits are defined. For example:

{
  "ops": 3,
  "marketing": 5,
  "engineering": 8
}

@FelipeGuzmanSierra FelipeGuzmanSierra added the 👍 Feature New feature or request label Mar 19, 2024
@FelipeGuzmanSierra FelipeGuzmanSierra self-assigned this Mar 19, 2024
@FelipeGuzmanSierra FelipeGuzmanSierra marked this pull request as ready for review March 19, 2024 21:03
@FelipeGuzmanSierra FelipeGuzmanSierra merged commit 55c26e8 into main Mar 19, 2024
5 checks passed
@FelipeGuzmanSierra FelipeGuzmanSierra deleted the 48-dynamic-wip-limits branch March 19, 2024 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👍 Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dynamic WIP limit value
2 participants