You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: