-
Notifications
You must be signed in to change notification settings - Fork 12
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
Extend inventory actor functionality #101
Comments
@nsg I will implement this for release 10 with the more generic solution where the inventory type is a proper type (my idea of syntax was name/space/INVENTORY_TYPE_NAME, e.g. org/konstructs/STORAGE). So every block with an id (UUID) can have any number of storages each with a namespaced id. What do you think? |
I will initially leave out the inventory events in relation to the pull discussion we had. Let's see if we need that when we start implementing some machines. |
Sounds good 👍 |
Api messages are being added in konstructs/server-api#27 |
Looking good |
To accommodate more advanced use cases such as machines extend the inventory actor with new functionality.
As a first step, add three different types of inventories that can be associated with a UUID (block):
STORAGE
, generic multi purpose storageINPUT
, inventory designated for inputOUTPUT
, inventory designated for outputThen add (or rework existing) messages:
The text was updated successfully, but these errors were encountered: