Commit graph

6685 commits

Author SHA1 Message Date
Daniel Roth
fce50dd68d
Merge pull request #1087 from Hestia-Homes/main
Add uploaded file id to magicplan plan
2026-05-14 11:17:34 +01:00
Daniel Roth
cc6b64ee2b
Merge pull request #1080 from Hestia-Homes/feature/magicplan_uploaded_file_id
Include uploaded file ID on MagicPlan plan
2026-05-14 10:23:33 +01:00
Daniel Roth
e8b7cfdcec remove redundant unknown-file test; rename test_infer_* to test_file_type_for_* 🟪 2026-05-14 09:01:56 +00:00
Daniel Roth
fb9bdbc585 _select_latest_core_files delegates to core_file_for; _get_core_file_type removed 🟪 2026-05-14 08:53:56 +00:00
Daniel Roth
5e31c0f3da file_type_for delegates to core_file_for; _MATCHERS removed 🟪 2026-05-14 08:51:28 +00:00
Daniel Roth
541d5965b7 core_file_for OSM fallback is suppressed when evidence_category is present 🟩 2026-05-14 08:46:48 +00:00
Daniel Roth
d4cc00b5e3 core_file_for returns None for unrecognised filenames 🟩 2026-05-14 08:46:10 +00:00
Daniel Roth
605f2e3d1e core_file_for matches remaining core file types via filename prefix 🟩 2026-05-14 08:45:18 +00:00
Daniel Roth
a2dc945bf3 core_file_for matches remaining core file types via filename prefix 🟥 2026-05-14 08:43:41 +00:00
Daniel Roth
3ef8a59122 core_file_for falls back to OSM filename pattern for Retrofit Design Doc 🟩 2026-05-14 08:43:04 +00:00
Daniel Roth
e940e75a43 core_file_for falls back to OSM filename pattern for Retrofit Design Doc 🟥 2026-05-14 08:41:52 +00:00
Daniel Roth
4d3d6dba05 core_file_for identifies MTIP files via filename substring 🟩 2026-05-14 08:41:26 +00:00
Daniel Roth
176239475a core_file_for identifies MTIP files via filename substring 🟥 2026-05-14 08:40:49 +00:00
Daniel Roth
46355be3f1 core_file_for identifies IOE files via filename substring 🟩 2026-05-14 08:40:21 +00:00
Daniel Roth
9bbd5f1ff9 core_file_for identifies IOE files via filename substring 🟥 2026-05-14 08:39:58 +00:00
Daniel Roth
e312dd2614 core_file_for evidence_category match is case-insensitive 🟩 2026-05-14 08:39:11 +00:00
Daniel Roth
9adb467a02 new core_file_for function identifies CoreFiles type from filename and evidence category 🟩 2026-05-14 08:38:36 +00:00
Daniel Roth
1a789ec609 new core_file_for function identifies CoreFiles type from filename and evidence category 🟥 2026-05-14 08:37:32 +00:00
Daniel Roth
64324ff42a Merge branch 'main' into feature/pashub-additional-files 2026-05-14 08:23:25 +00:00
Daniel Roth
416c5a7e54
Merge pull request #1084 from Hestia-Homes/feature/claude_skills_tdd
added tdd and other hestia defined skills
2026-05-14 09:23:09 +01:00
Khalim Conn-Kowlessar
f8bd13cb63 editing per portfolio feature flag 2026-05-14 07:39:18 +00:00
Daniel Roth
75093fc833 delete incorrect comment in test 2026-05-14 07:38:58 +00:00
Daniel Roth
664c9b91fa delete incorrect comment in test 2026-05-14 07:38:43 +00:00
Khalim Conn-Kowlessar
02df38e207 note kwh service not needing predictions 2026-05-13 21:52:02 +00:00
Khalim Conn-Kowlessar
d9c1696085 added architechtural decisions, added to prd 2026-05-13 21:26:18 +00:00
Khalim Conn-Kowlessar
3afeeac1b5 editing prep property ui surfaces logic 2026-05-13 20:10:39 +00:00
Khalim Conn-Kowlessar
fcbaf58a40 initial prd 2026-05-13 19:29:02 +00:00
Daniel Roth
16af543560 Consolidate three-tier matching and tidy test ordering 🟪 2026-05-13 16:32:44 +00:00
Daniel Roth
9a04d89cae Latest wins as fallback when no OSM retrofit design doc candidates 🟩 2026-05-13 16:29:54 +00:00
Daniel Roth
3fe85a635c Latest wins when both retrofit design doc candidates have OSM 🟩 2026-05-13 16:29:24 +00:00
Daniel Roth
aff79d4151 OSM candidate wins over non-OSM retrofit design doc 🟩 2026-05-13 16:28:50 +00:00
Daniel Roth
b685008e5e OSM candidate wins over non-OSM retrofit design doc 🟥 2026-05-13 16:28:19 +00:00
Daniel Roth
506dc92aa3 _select_latest_core_files returns single retrofit design doc 🟩 2026-05-13 16:27:42 +00:00
Daniel Roth
a8e876d83d Prefix and unknown file matching behaviour documented 🟩 2026-05-13 16:26:34 +00:00
Daniel Roth
084c8218a6 Medium Term Improvement Plan selected via substring match 🟩 2026-05-13 16:25:57 +00:00
Daniel Roth
d99d8a3347 Medium Term Improvement Plan selected via substring match 🟥 2026-05-13 16:25:02 +00:00
Daniel Roth
a1f6ffd6b3 Improvement Option Evaluation selected via substring match 🟩 2026-05-13 16:24:34 +00:00
Daniel Roth
5c652d9485 Retrofit Design Doc startswith check removed 🟥 2026-05-13 16:24:14 +00:00
Daniel Roth
6922ff3e06 Evidence category matching is case-insensitive 🟩 2026-05-13 16:16:14 +00:00
Daniel Roth
157a36f0cd Evidence category matching is case-insensitive 🟥 2026-05-13 16:14:07 +00:00
Daniel Roth
f2bbb44207 Retrofit design doc selected by evidence_category 🟩 2026-05-13 16:10:56 +00:00
Daniel Roth
df0f089d4f Retrofit design doc selected by evidence_category 🟥 2026-05-13 16:05:20 +00:00
Jun-te Kim
7635c800e6 added 0.0.7 2026-05-13 16:04:53 +00:00
Daniel Roth
5ff740d192 Merge branch 'main' into feature/pashub-additional-files 2026-05-13 15:27:04 +00:00
Daniel Roth
61f5799ae3
Merge pull request #1083 from Hestia-Homes/main
Some checks are pending
Fast Api Backend Deploy / deploy (push) Waiting to run
Deploy infrastructure / address2uprn_lambda (push) Blocked by required conditions
Deploy infrastructure / determine_stage (push) Waiting to run
Deploy infrastructure / shared_terraform (push) Blocked by required conditions
Deploy infrastructure / ara_engine_image (push) Blocked by required conditions
Deploy infrastructure / ara_engine_lambda (push) Blocked by required conditions
Deploy infrastructure / address2uprn_image (push) Blocked by required conditions
Deploy infrastructure / postcodeSplitter_image (push) Blocked by required conditions
Deploy infrastructure / postcodeSplitter_lambda (push) Blocked by required conditions
Deploy infrastructure / bulk_address2uprn_combiner_image (push) Blocked by required conditions
Deploy infrastructure / bulk_address2uprn_combiner_lambda (push) Blocked by required conditions
Deploy infrastructure / condition_etl_image (push) Blocked by required conditions
Deploy infrastructure / condition_etl_lambda (push) Blocked by required conditions
Deploy infrastructure / categorisation_image (push) Blocked by required conditions
Deploy infrastructure / categorisation_lambda (push) Blocked by required conditions
Deploy infrastructure / ordnanceSurvey_image (push) Blocked by required conditions
Deploy infrastructure / ordnanceSurvey_lambda (push) Blocked by required conditions
Deploy infrastructure / pashub_to_ara_image (push) Blocked by required conditions
Deploy infrastructure / pashub_to_ara_lambda (push) Blocked by required conditions
Deploy infrastructure / fast_api_lambda (push) Blocked by required conditions
Deploy infrastructure / cloudfront_acm (push) Blocked by required conditions
Deploy infrastructure / cloudfront_cdn (push) Blocked by required conditions
Deploy infrastructure / hubspot_etl_image (push) Blocked by required conditions
Deploy infrastructure / magic_plan_image (push) Blocked by required conditions
Deploy infrastructure / magic_plan_lambda (push) Blocked by required conditions
Deploy infrastructure / hubspot_etl_lambda (push) Blocked by required conditions
remove pandas from app requirements
2026-05-13 16:10:12 +01:00
Daniel Roth
be133ab70f
Merge pull request #1082 from Hestia-Homes/feature/check_routes
remove pandas from app requirements
2026-05-13 16:09:38 +01:00
Jun-te Kim
27b5602608 remove pandas 2026-05-13 15:08:06 +00:00
Jun-te Kim
379584cb46
Merge pull request #1081 from Hestia-Homes/main
Good luck have fun
2026-05-13 15:50:36 +01:00
Daniel Roth
247efc37b0
Merge pull request #1062 from Hestia-Homes/feature/check_routes
basic end point check
2026-05-13 15:48:46 +01:00
Jun-te Kim
51460d1cd3 route at th ebeginnign 2026-05-13 14:47:24 +00:00