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

Implement OutputGenerator class logic #64

Open
miroslavpojer opened this issue Nov 6, 2024 · 0 comments
Open

Implement OutputGenerator class logic #64

miroslavpojer opened this issue Nov 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@miroslavpojer
Copy link
Collaborator

miroslavpojer commented Nov 6, 2024

Background

  • The current logic for the generation of output is located in generator.py.
  • There is a growing amount of protected methods for different variations of output structures.
  • This code should be located in its logic class.

Feature

  • Propose a solution for expandable logic.
  • The final design should be prepared for future multiple designs.
  • The received data and the definition of the expected data structure should drive the final design.
  • No other smart logic is expected to be present.

Hint

  • Abstract parent class BaseOutputGenerator
    • define common inputs
    • define a callable method for generation
  • Inherited classes for identified variation of outputs.
@miroslavpojer miroslavpojer added the enhancement New feature or request label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant