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

Improved code uniformity across tasks #250

Closed
laurencejackson opened this issue Jul 20, 2022 · 2 comments
Closed

Improved code uniformity across tasks #250

laurencejackson opened this issue Jul 20, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@laurencejackson
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
When developing a web interface for Hazen we have come across multiple issues caused by tasks having variable expected inputs.

Describe the solution you'd like
Refactor the hazen library to use an object oriented approach

Describe alternatives you've considered
Modifying the existing tasks to all accept identical inputs, this approach might be simpler in the short term but the OO approach will make Hazen easier to maintain in the long term.

@laurencejackson laurencejackson added the enhancement New feature or request label Jul 20, 2022
@laurencejackson laurencejackson self-assigned this Jul 20, 2022
@tomaroberts
Copy link
Collaborator

@laurencejackson – is this still applicable given your re-factoring and the HazenTask class?

@laurencejackson
Copy link
Collaborator Author

Resolved by #266

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

2 participants