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

Sku Demand #11

Merged
merged 15 commits into from
Sep 28, 2021
Merged

Sku Demand #11

merged 15 commits into from
Sep 28, 2021

Conversation

btkostner
Copy link
Contributor

This is a pretty big PR that reworks a lot of stuff. Most notably, we now have a GenServer instance for every known Component and Sku. Component is responsible for taking the assembly demand and calculating the demand for every sku that can be kitted for it. The Sku genserver is responsible for aggregating that sku demand, and keeping track of pickable part availability as well.

Along with this, a lot of docs changed, dyalizer happy, and a lot more tests. 🎊

@btkostner btkostner marked this pull request as ready for review September 28, 2021 02:16
@btkostner btkostner requested a review from a team as a code owner September 28, 2021 02:16
@btkostner btkostner merged commit 0fa1fa3 into master Sep 28, 2021
@btkostner btkostner deleted the demand branch September 28, 2021 02:22
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