We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the state transistions between internal states are defined by nested dictionaries. For example:
tardis/tardis/resources/dronestates.py
Lines 94 to 105 in 63e1865
In addition, a pipeline of function calls is used to decided the next state of a resource. For example:
Line 107 in 63e1865
This representation, in particular the nested dictionaries are confusing and should be change by a different representation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the state transistions between internal states are defined by nested dictionaries. For example:
tardis/tardis/resources/dronestates.py
Lines 94 to 105 in 63e1865
In addition, a pipeline of function calls is used to decided the next state of a resource. For example:
tardis/tardis/resources/dronestates.py
Line 107 in 63e1865
This representation, in particular the nested dictionaries are confusing and should be change by a different representation.
The text was updated successfully, but these errors were encountered: