"Quick action" API #21
Labels
client
Issues related to the SEED emulator client
emulator
Issues related to the SEED emulator
enhancement
New feature or request
proposal
Proposal of new feature
The map feature currently offers only quick actions to:
The logic of those quick actions are currently implemented by the docker compiler and the client program. Meaning to add new quick actions, one will have to update the client program and the compiler. As most users will probably use the map feature of the seedemu-client to interact with the emulation, we should consider providing an API (probably on the
Node
class?) to add quick actions to nodes. Layers, services, or emulation developers can then add the quick actions they want directly.Possible use cases:
The text was updated successfully, but these errors were encountered: