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

Seperate Classes from main app file #318

Open
2 tasks
damies13 opened this issue Nov 11, 2024 · 1 comment
Open
2 tasks

Seperate Classes from main app file #318

damies13 opened this issue Nov 11, 2024 · 1 comment
Labels
Agent Issue Affects the Agent enhancement New feature or request Manager Issue Affects the Manager Reporter Issue Affects the Manager (this is a planned component)
Milestone

Comments

@damies13
Copy link
Owner

Currently RFSwarm Agent, Manager and Reporter are monolithic files with several classes in the one file, also there is quite a bit of code duplication between the various apps.

  • separate the classes into separate module files
  • create common classes shared by the apps, move functions to shared classes

This should be done before v2

@damies13 damies13 added the enhancement New feature or request label Nov 11, 2024
@damies13 damies13 added this to the v1.5.0 milestone Nov 11, 2024
@damies13 damies13 added Manager Issue Affects the Manager Agent Issue Affects the Agent Reporter Issue Affects the Manager (this is a planned component) labels Nov 11, 2024
@damies13
Copy link
Owner Author

This is per-requisite to developing new GUI (Issue #247 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Agent Issue Affects the Agent enhancement New feature or request Manager Issue Affects the Manager Reporter Issue Affects the Manager (this is a planned component)
Projects
None yet
Development

No branches or pull requests

1 participant