Commit graph

1102 commits

Author SHA1 Message Date
Khalim Conn-Kowlessar
c34ed0bbe0 fixed imports on unit tests for parity onboarding 2026-02-07 21:29:07 +00:00
Khalim Conn-Kowlessar
7bb7972549 fixed merge conflicts with main 2026-02-07 21:19:40 +00:00
Khalim Conn-Kowlessar
df2c8e9735 formatting 2026-02-05 17:02:12 +00:00
Khalim Conn-Kowlessar
71310526ef ready for review (not deployed 2026-02-05 14:07:43 +00:00
Khalim Conn-Kowlessar
a10a3bb1aa preparing filtered columns 2026-02-05 13:11:53 +00:00
Khalim Conn-Kowlessar
5fa6289b44 setting up handler with example event 2026-02-05 11:19:03 +00:00
Khalim Conn-Kowlessar
87ebc672b8 structure[C for parity largely complete 2026-02-05 09:37:05 +00:00
Khalim Conn-Kowlessar
ae02561cd0 preparing partiy class 2026-02-05 08:54:27 +00:00
Khalim Conn-Kowlessar
f4f9fc5b19 beginning to assembly the parity class 2026-02-04 18:34:59 +00:00
Khalim Conn-Kowlessar
4d2275fd12 set up basic mapping 2026-02-04 10:56:37 +00:00
96a6557e4b merged from main 2026-02-03 17:01:19 +00:00
Khalim Conn-Kowlessar
4de7dafccb added further categories and modifying A rated boiler efficiency categories 2026-02-03 16:51:03 +00:00
Khalim Conn-Kowlessar
2331228ff6 working through mapping heating 2026-02-03 15:04:29 +00:00
c675bf9c12 fix dockerfile 2026-02-03 12:18:21 +00:00
Khalim Conn-Kowlessar
3c832b1aca establishing sttruture for heating system mapping 2026-02-03 12:11:55 +00:00
Khalim Conn-Kowlessar
6cb20b4828 added windows glazing remapping 2026-02-03 11:52:59 +00:00
Khalim Conn-Kowlessar
41aed1cffe added unit tests for floors 2026-02-02 20:01:47 +00:00
Khalim Conn-Kowlessar
918e5fd8ce applying floor transformations 2026-02-02 19:45:08 +00:00
Khalim Conn-Kowlessar
2631b4aa20 Roof and wall tests green 2026-02-02 18:47:42 +00:00
6c05b0d6a4 added terraform files and test plan 2026-02-02 16:38:17 +00:00
Khalim Conn-Kowlessar
90389ec3c2 added loft_insulated_at_rafters_efficiency 2026-02-02 15:54:22 +00:00
Khalim Conn-Kowlessar
a7c34c8503 working on loft at rafters 2026-02-02 15:50:30 +00:00
Khalim Conn-Kowlessar
d38ec808bf added flat_insulated_efficiency_thickness 2026-02-02 14:58:54 +00:00
Khalim Conn-Kowlessar
f7d614d6ec added flat_insulated_efficiency_age_band 2026-02-02 14:57:31 +00:00
Khalim Conn-Kowlessar
c8c283cd90 added loft_insulated_efficiency 2026-02-02 14:53:25 +00:00
Khalim Conn-Kowlessar
9c5befbff6 added unknown descriptions properties 2026-02-02 14:29:52 +00:00
Khalim Conn-Kowlessar
b2d4037b21 classify_sloping_ceiling_roof added 2026-02-02 14:22:56 +00:00
Khalim Conn-Kowlessar
73692e96ee added sloping ceiling description and notes of efficiency categorisations 2026-02-02 14:17:18 +00:00
Khalim Conn-Kowlessar
053142f325 mappings for unkown loft and for thatched 2026-02-02 13:51:41 +00:00
Khalim Conn-Kowlessar
eee99d1358 added classify_flat_roof 2026-02-02 12:40:18 +00:00
Khalim Conn-Kowlessar
63c6c32e22 working on roof efficiency rules 2026-02-02 12:25:54 +00:00
Daniel Roth
116e5c3bb4 update readme 2026-01-30 09:50:33 +00:00
Daniel Roth
f253bbbf8b optionally inject uprn lookup into parser method, for testing purposes 🟩 2026-01-30 09:32:34 +00:00
Khalim Conn-Kowlessar
002dc3695b handled walls - roof to come next 2026-01-29 19:21:14 +00:00
Khalim Conn-Kowlessar
0524d7ab9c add fallback to rows without an age band 2026-01-29 19:06:27 +00:00
Khalim Conn-Kowlessar
28e9f37739 setting up the wall mapping functions 2026-01-29 18:45:42 +00:00
bdb2c1c827 added code to run sal 2026-01-29 17:28:45 +00:00
Daniel Roth
d26ea2863b get uprn from reference:uprn file. parsing test fails for now, need to fix 2026-01-29 17:19:03 +00:00
Daniel Roth
d83d73c129 Local postgres within devcontainer, plus fixes so data loads into db 2026-01-29 16:11:16 +00:00
Daniel Roth
67ea36348e correct dash in log 2026-01-29 12:49:09 +00:00
Daniel Roth
364b30569f Merge branch 'main' into feature/conditions-database-write 2026-01-29 12:27:33 +00:00
Jun-te Kim
535e5befb5
Merge pull request #694 from Hestia-Homes/feature/address_to_uprn
Feature/address to uprn
2026-01-29 12:21:20 +00:00
0819b08e5a uprn 2026-01-29 12:16:46 +00:00
Daniel Roth
32555640c9 Load surveys to database as part of processing 2026-01-29 12:15:52 +00:00
36af9de912 make the test false 2026-01-29 12:15:24 +00:00
8479ee298c run all the test 2026-01-29 11:56:11 +00:00
Daniel Roth
691762216c Merge branch 'main' into feature/conditions-database-write 2026-01-29 09:35:47 +00:00
Daniel Roth
c1d480b87d map survey to model 🟩 2026-01-29 09:33:34 +00:00
Khalim Conn-Kowlessar
a8d772abfc minor handling for when a user switches off ventilation as an option 2026-01-28 18:44:03 +00:00
Daniel Roth
47b416e5cb map survey to model 🟥 2026-01-28 18:06:18 +00:00