Khalim Conn-Kowlessar
87b6045c97
fixed merge conflicts from main
2026-05-26 11:21:09 +00:00
Khalim Conn-Kowlessar
883028c89e
P6.1 follow-on: unbox BuildingPartIdentifier at backend boundaries
...
Threads the strict BuildingPartIdentifier type (introduced in a8b443f6 )
through the two remaining backend touchpoints:
- EpcBuildingPartModel.from_*: SQLModel column expects a string, so
unbox the enum with .identifier.value before binding to the DB.
- documents_parser end-to-end tests: swap bare-string equality
("main" / "extension_1") for identity checks against the enum
members (BuildingPartIdentifier.MAIN / EXTENSION_1).
Documents_parser test pack passes (105/105). No dedicated SQLModel test
covers EpcBuildingPartModel.from_*; the .value line is exercised
transitively via db_writer.py / local_runner.py in production.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 09:58:23 +00:00
Daniel Roth
dc3543ac5f
Coordination Hub fallback stores correct file_source in DB 🟥
2026-05-19 11:07:41 +00:00
Daniel Roth
4cd59768c3
Wire coordination account fallback into config and handler, remove token-refresh retry 🟩
2026-05-18 09:22:32 +00:00
Khalim Conn-Kowlessar
0ffda529ec
slice 15a: add wall/floor/roof + demand scalar features for retrofit simulation
...
15 new features wired through schema -> domain -> mapper -> transform:
Main Dwelling fabric (11):
- wall_insulation_type, wall_insulation_thickness_mm, wall_dry_lined,
wall_thickness_mm, party_wall_construction
- roof_insulation_location, roof_insulation_thickness_mm
- floor_construction, floor_insulation, floor_insulation_thickness_mm,
floor_heat_loss
Dwelling-level scalars (4):
- multiple_glazed_proportion, number_baths, number_baths_wwhrs,
extract_fans_count
Thickness strings like '50mm'/'NI'/'ND' parsed via _parse_thickness_mm; NI
(no insulation) lands as 0mm so the model sees the physical zero rather than
a missing value. Categorical sentinels ('NA'/'NI'/'ND') become None.
Also fixed long-standing typo `multiple_glazed_propertion` -> `_proportion`
in domain dataclass + its lone DB-model usage.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 22:08:27 +00:00
Daniel Roth
c98fc8452f
Merge pull request #1086 from Hestia-Homes/feature/pashub-additional-files
...
Fetch coordination and design documents from pashub
2026-05-14 11:59:43 +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
5ff740d192
Merge branch 'main' into feature/pashub-additional-files
2026-05-13 15:27:04 +00:00
Jun-te Kim
27b5602608
remove pandas
2026-05-13 15:08:06 +00:00
Jun-te Kim
51460d1cd3
route at th ebeginnign
2026-05-13 14:47:24 +00:00
Jun-te Kim
54864bf102
resolve merge conflict
2026-05-13 14:22:04 +00:00
Daniel Roth
e315966565
add coordination and design document types to enums
2026-05-13 12:29:25 +00:00
Daniel Roth
265be9849b
Store uploaded_file_id on magic_plan_plan row 🟥
2026-05-13 10:50:28 +00:00
Jun-te Kim
3bcb94f9e5
Merge branch 'main' into feature/integrate_new_epc_with_historical_epc
2026-05-13 08:38:50 +00:00
Jun-te Kim
09dbfe2106
fix dependency issue
2026-05-12 17:03:16 +00:00
Jun-te Kim
e458f0a2b7
task and sub tasks imrpvoed
2026-05-12 16:24:11 +00:00
Jun-te Kim
35d191c70e
merged from main and resolved pytest.ini confict
2026-05-12 12:54:28 +00:00
Jun-te Kim
6504785e7c
merged from main
2026-05-11 12:30:29 +00:00
Daniel Roth
6fd95d20af
Merge branch 'main' into feature/magicplan-trigger
2026-05-11 09:06:47 +00:00
Jun-te Kim
c53d8b2a33
basic end up check
2026-05-10 21:07:16 +00:00
Daniel Roth
7c9cb5b161
Upload gzip-compressed MagicPlan JSON to S3 🟥
2026-05-08 14:14:42 +00:00
Jun-te Kim
8b6a572223
Merge branch 'feature/claude_skills_in_devcontainer' into feature/etl_process_for_old_csv
2026-05-08 13:09:19 +00:00
Daniel Roth
489b0ba30e
Add MagicPlan SQS trigger to HubSpot orchestrator 🟥
2026-05-08 13:05:38 +00:00
Daniel Roth
f56dba4ad1
use pytest-postgresql in db tests instead of mocking and checking sql strings
2026-05-08 10:13:44 +00:00
Jun-te Kim
4f45eeb3e9
save
2026-05-07 15:55:44 +00:00
Daniel Roth
6b29086a1e
typing and renaming 🟪
2026-05-07 13:26:49 +00:00
Daniel Roth
2f8e08a676
save_plan persisting domain Plan to magic_plan_* tables 🟩
2026-05-07 13:09:09 +00:00
Daniel Roth
5ec0fa5d04
save_plan persisting domain Plan to magic_plan_* tables 🟥
2026-05-07 13:01:04 +00:00
Daniel Roth
7ff7e90307
SQLModel ORM layer for magic_plan_plan/floor/room/window/door tables 🟩
2026-05-07 12:56:12 +00:00
Daniel Roth
61b91bdb5e
add magicplan environment variables to config
2026-05-07 12:39:45 +00:00
KhalimCK
b4ee59c82e
Merge pull request #1042 from Hestia-Homes/feature/khalim-additional-db-features
...
Feature/khalim additional db features
2026-05-01 10:54:28 +01:00
Khalim Conn-Kowlessar
9e3f5a2205
Adding use model for storage of users
2026-04-30 18:53:15 +00:00
Khalim Conn-Kowlessar
b056deb5ee
added additional columns to db
2026-04-30 17:10:00 +01:00
Daniel Roth
1bc8343738
identify site notes files after file upload so we can save them to epc_property table
2026-04-28 16:33:53 +00:00
Khalim Conn-Kowlessar
a1b207ba55
bolstering testing
2026-04-28 13:46:09 +00:00
Daniel Roth
51bd18e0d7
Rename window frame material column 🟩
2026-04-27 16:11:32 +00:00
Daniel Roth
5940977bb2
tweak window transmission data source type
2026-04-27 14:11:33 +00:00
Khalim Conn-Kowlessar
0955862973
working on integrating new EPC api into address2UPRN
2026-04-27 11:32:44 +00:00
Daniel Roth
3ba4947330
remove foreign key constraints on sqlmodel classes
2026-04-24 12:49:00 +00:00
Daniel Roth
5aa86a8610
address fields are not optional
2026-04-24 10:22:41 +00:00
Daniel Roth
997cd0f1d3
SQLModel classes to match drizzle schema
2026-04-23 16:22:50 +00:00
Jun-te Kim
a6849b28b3
added backend funciton to functions
2026-04-22 14:21:39 +00:00
Jun-te Kim
d7b8ca34bf
made everything complete not compelted
2026-04-21 20:37:34 +00:00
Jun-te Kim
b0a4a98063
get rid of dependency
2026-04-21 20:27:03 +00:00
Jun-te Kim
c4f6d77845
implemented onboarding
2026-04-21 20:23:33 +00:00
Jun-te Kim
9b319ba799
doesn't need this library
2026-04-21 13:00:33 +00:00
Jun-te Kim
686d1f2c80
Merge pull request #1010 from Hestia-Homes/feature/address_trigger_from_frontend
...
added bulk address uprn route
2026-04-20 17:39:07 +01:00
Jun-te Kim
574156b403
remove combined as i'm doing that later
2026-04-20 16:38:20 +00:00
Jun-te Kim
33d355e2c3
added dan's changes
2026-04-20 16:34:03 +00:00
Jun-te Kim
902e5cd8df
added more deal properties
2026-04-20 15:44:54 +00:00