codeforboston / home-energy-analysis-tool

https://www.codeforboston.org/projects/
MIT License
8 stars 25 forks source link

Create data models for rules engine #106

Closed jkwan2011 closed 7 months ago

jkwan2011 commented 8 months ago

Refactor the rules engine into input and output data models. This will make it easier to standardize/validate input/output and possibly reuse data structures for persistence.

jkwan2011 commented 8 months ago

Currently working on refactoring rules engine to add Pydantic models in #77.

debajyotid2 commented 7 months ago

Currently working on refactoring rules engine to add Pydantic models in #77.

Should we close this issue now that we have merged https://github.com/codeforboston/home-energy-analysis-tool/pull/77?