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

[orders] implement "sort" command #1950

Merged
merged 4 commits into from Sep 2, 2021
Merged

Conversation

myk002
Copy link
Member

@myk002 myk002 commented Sep 1, 2021

I have found that orders with daily frequency will prevent lower priority orders for the same types of items from ever getting scheduled. This is a problem when "workflow"-type orders that keep a small stock of a thing will prevent large one time orders for that same type of thing, significantly slowing down the project that the large order was created for.

This PR implements the sort command for the orders plugin, which can be called with repeat to automatically keep a fort's orders sorted so daily-frequency orders don't "shadow" any other orders.

@lethosor lethosor added this to In progress in 0.47.05-r3 via automation Sep 2, 2021
@lethosor lethosor merged commit d71e21e into DFHack:develop Sep 2, 2021
0.47.05-r3 automation moved this from In progress to Done Sep 2, 2021
@myk002 myk002 deleted the myk_orders_sort branch September 2, 2021 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
0.47.05-r3
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants