Commit graph

2942 commits

Author SHA1 Message Date
Daniel Roth
187d7fbadd Detect block-level asset conditions - additional test cases 🟥 2026-01-22 09:06:05 +00:00
Daniel Roth
a07020d085 Detect block-level asset conditions 🟥 2026-01-21 17:33:14 +00:00
Daniel Roth
ad03d11bc9 fix typo in file type detector 2026-01-21 17:26:15 +00:00
Daniel Roth
4e190328cc Parse Peabody condition data xlsx 🟩 2026-01-21 16:25:58 +00:00
Daniel Roth
d43d9d9069 Parse Peabody condition data xlsx 🟥 2026-01-21 15:13:17 +00:00
Daniel Roth
a8ff74c2ea include install_date on AssetCondition 🟩 2026-01-21 12:37:23 +00:00
Daniel Roth
7bd70ae001 include install_date on AssetCondition 🟥 2026-01-21 12:36:35 +00:00
Daniel Roth
dfe0460155 Pass survey year to mapper rather than using today's year 2026-01-21 12:14:16 +00:00
Daniel Roth
25923cbc9f add mapping to processor 2026-01-21 12:09:02 +00:00
Daniel Roth
7eb06396ef Merge branch 'main' into feature/condition-data 2026-01-21 11:51:31 +00:00
Daniel Roth
fc08a7df4f Map LbwfHouse to AssetCondition list 🟩 2026-01-21 11:01:25 +00:00
KhalimCK
07a5f3ce44
Merge pull request #680 from Hestia-Homes/portfolio-diagnostics
Portfolio diagnostics
2026-01-21 09:51:43 +00:00
Khalim Conn-Kowlessar
243b0ff2d4 fixed windows recommendations tests 2026-01-20 23:55:26 +00:00
Khalim Conn-Kowlessar
1a90a04eb7 debugging windows recommendation tests 2026-01-20 23:50:14 +00:00
Khalim Conn-Kowlessar
349cf437ed debugging windows recommendation tests 2026-01-20 23:48:22 +00:00
Khalim Conn-Kowlessar
0fc09aa142 fixing tests 2026-01-20 22:39:00 +00:00
Khalim Conn-Kowlessar
90fbc593f9 handling fixed cost exceeding our budget, creating negative budget 2026-01-20 19:41:54 +00:00
Daniel Roth
c8abc19e59 Map LbwfHouse to AssetCondition list 🟥 2026-01-20 17:18:51 +00:00
Khalim Conn-Kowlessar
2dda567e2d refactor to break recommendaiton impact into functions 2026-01-20 16:36:55 +00:00
Khalim Conn-Kowlessar
32a3695ba2 refactoring the recommendation impact code, with new tests 2026-01-20 16:15:48 +00:00
Daniel Roth
694bb0b569 Define classes 2026-01-20 15:57:56 +00:00
Daniel Roth
cdf5046dce Merge branch 'main' into feature/condition-data 2026-01-20 13:08:25 +00:00
Daniel Roth
11b482838e
Merge pull request #679 from Hestia-Homes/feature/condition-data
Condition Data - parse LBWF houses data to objects
2026-01-20 12:15:35 +00:00
Daniel Roth
07cab931e5 correction to gitignore 2026-01-20 11:02:59 +00:00
Khalim Conn-Kowlessar
2b071e6afd added initial test for recommendation impact calculation with adjustment 2026-01-20 10:54:22 +00:00
Daniel Roth
7846f9c949 Adjust EPC column name to correctly include trailing space 2026-01-20 10:34:09 +00:00
Daniel Roth
01bf0dbd9c Parse Houses sheet as well 🟪 2026-01-20 09:58:20 +00:00
Daniel Roth
e11f59a732 Parse Houses sheet as well 🟩 2026-01-20 09:53:01 +00:00
Daniel Roth
dce8442fff Parse Houses sheet as well 🟥 2026-01-20 09:34:23 +00:00
Daniel Roth
13daa62bdf map correct uprn when parsing asset conditions 🟩 2026-01-19 16:51:18 +00:00
Daniel Roth
12bbd1a4fe handle dates as strings 2026-01-19 16:41:13 +00:00
Daniel Roth
330580c775 map correct uprn when parsing asset conditions 🟥 2026-01-19 16:32:16 +00:00
Daniel Roth
4553e9937b parse lbwf houses 🟪 2026-01-19 16:28:51 +00:00
Daniel Roth
6ff652ff34 parse lbwf houses 🟩 2026-01-19 16:23:11 +00:00
Daniel Roth
ee54ca648e Merge branch 'feature/condition-data' of github.com:Hestia-Homes/Model into feature/condition-data 2026-01-19 14:51:49 +00:00
Daniel Roth
60f3f0c222 parse lbwf houses 🟥 2026-01-19 14:50:05 +00:00
Daniel Roth
00a707500e parse lbwf houses 🟥 2026-01-19 14:40:35 +00:00
Daniel Roth
049a93fa26 Create FileType enum 🟪 2026-01-19 11:47:32 +00:00
Daniel Roth
6fd4b19e88 Parser factory raises value error on unknown file path 🟩 2026-01-19 11:18:15 +00:00
Daniel Roth
9244689e76 Parser factory raises value error on unknown file path 🟥 2026-01-19 11:17:15 +00:00
Daniel Roth
4d36fce83d Parser factory chooses parser class based on filepath 🟩 2026-01-19 11:13:14 +00:00
Daniel Roth
c073a4cb43 Parser factory chooses parser class based on filepath 🟥 2026-01-19 11:08:30 +00:00
Daniel Roth
e277e270ab Move processor.py out of ingestion directory 2026-01-19 10:13:00 +00:00
Khalim Conn-Kowlessar
3ebb8667c8 Merge branch 'main' of https://github.com/Hestia-Homes/Model into portfolio-diagnostics 2026-01-17 13:00:14 +00:00
Khalim Conn-Kowlessar
74ce1627ec peabody specific 2026-01-17 13:00:00 +00:00
Daniel Roth
b1aca16be0 Define simple local runner 2026-01-16 17:28:28 +00:00
Daniel Roth
b808f132a8 Update devcontainer and include test packages 2026-01-16 15:49:02 +00:00
KhalimCK
941be42b83
Merge pull request #678 from Hestia-Homes/portfolio-diagnostics
removing bug which is double removing installed SAP
2026-01-14 02:14:43 +00:00
Khalim Conn-Kowlessar
8ad2c002fd removing bug 2026-01-14 02:13:46 +00:00
KhalimCK
06ba3ff7be
Merge pull request #676 from Hestia-Homes/portfolio-diagnostics
don't say ventilation is already installed if cwi installed
2026-01-14 01:54:09 +00:00