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

Fix the Deployables , EPS, and IRIS subsystem programs to no longer use command factory design pattern #43

Open
3 tasks
dheadrick1618 opened this issue Jan 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working EPS IRIS

Comments

@dheadrick1618
Copy link
Member

Description:

These subsystems were first setup to implement a command factory design pattern, and as such are dependant on a command handler and command factory python sources. Instead given the unique nature of each subsystem and payload, they shall not be designed to follow a particular command structure moving forward.

Deliverable

  • Modify Deployables subsystem to function independent of command handler and command factory
  • Modify EPS subsystem to function independent of command handler and command factory
  • Modify IRIS subsystem to function independent of command handler and command factory

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working EPS IRIS
Projects
None yet
Development

No branches or pull requests

1 participant