Commit graph

4625 commits

Author SHA1 Message Date
Jun-te Kim
3638c09a7b
Merge pull request #1061 from Hestia-Homes/feature/etl_process_for_old_csv
Feature/etl process for old csv
2026-05-11 09:58:12 +01:00
Jun-te Kim
bf91722f30 renamed a function to be self commenting 2026-05-11 08:45:26 +00:00
Jun-te Kim
dccb35c2bc fixed s3 location 2026-05-11 08:44:55 +00:00
Jun-te Kim
fb758b76bf changed to utils 2026-05-11 08:37:44 +00:00
Jun-te Kim
7ef5dc4922 update csv 2026-05-08 15:06:41 +00:00
Jun-te Kim
c9c43f178c demo generated for use in address2uprn 2026-05-08 14:48:15 +00:00
Jun-te Kim
d8747370b1
Merge pull request #1059 from Hestia-Homes/feature/claude_skills_in_devcontainer
How did we work without it?!
2026-05-08 14:17:09 +01: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
Jun-te Kim
830d4ebb4b claude added from agentic-toolkit 2026-05-08 12:58:44 +00:00
Jun-te Kim
7a49f5df20 save plan temporary while i incorporate skills to claude 2026-05-08 12:19:03 +00:00
Jun-te Kim
a39c3a0772 added added historic epc data class with shape 2026-05-08 12:03:35 +00:00
Daniel Roth
761bd5d215
Merge pull request #1057 from Hestia-Homes/feature/magicplan-trigger
MagicPlan Client: Create ECR and tfstate
2026-05-08 12:57:54 +01:00
Daniel Roth
1ddbb9a79d typo 2026-05-08 11:56:21 +00:00
Daniel Roth
ebf807713c magicplan client ECR 2026-05-08 11:54:17 +00:00
Daniel Roth
1105880b1b
Merge pull request #1056 from Hestia-Homes/feature/magicplan-api-client
Magicplan API client and Service class
2026-05-08 11:37:52 +01:00
Daniel Roth
f903fdefe7 add TODO 2026-05-08 10:20:12 +00:00
Daniel Roth
c5408f3a89 typing 2026-05-08 10:18:12 +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
Daniel Roth
6a43b5c69b Merge branch 'main' into feature/magicplan-api-client 2026-05-08 08:50:18 +00:00
Jun-te Kim
351ae1675c
Merge pull request #1054 from Hestia-Homes/bug/broken-epc-api
patching EPC api bug
2026-05-07 20:32:59 +01:00
Khalim Conn-Kowlessar
c5fe3efcfe patching EPC api bug 2026-05-07 18:42:41 +01:00
Jun-te Kim
32bf1cc98d load historic epc from csv 🟢 2026-05-07 16:26:29 +00:00
Jun-te Kim
74b7b87de6 load historic epc from csv 🟥 2026-05-07 16:22:41 +00:00
Jun-te Kim
90a4d83243 added init files to make it a python module 2026-05-07 16:04:27 +00:00
Jun-te Kim
02fb3afbe4 defined histrocial epc data shapre from csv 2026-05-07 16:04:01 +00:00
Jun-te Kim
4f45eeb3e9 save 2026-05-07 15:55:44 +00:00
Jun-te Kim
24ec68bb9f save progress for historical epc procress 2026-05-07 15:55:44 +00:00
Daniel Roth
6b29086a1e typing and renaming 🟪 2026-05-07 13:26:49 +00:00
Daniel Roth
91a634e637 Lambda handler with SQS trigger and __main__ local runner 🟩 2026-05-07 13:16:08 +00:00
Daniel Roth
05bd2ba3e2 MagicPlanService orchestrating fetch, match, map, persist 🟩 2026-05-07 13:12:00 +00:00
Daniel Roth
1a8b27453e MagicPlanService orchestrating fetch, match, map, persist 🟥 2026-05-07 13:11:18 +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
bbcde75b8e MagicPlan HTTP client with auth headers and response parsing 🟩 2026-05-07 12:51:41 +00:00
Daniel Roth
ef5c44f7ae MagicPlan HTTP client with auth headers and response parsing 🟥 2026-05-07 12:49:15 +00:00
Daniel Roth
60c69c4786 match address string to magicplan plan 🟩 2026-05-07 12:43:45 +00:00
Daniel Roth
8e12ac705b match address string to magicplan plan 🟥 2026-05-07 12:41:15 +00:00
Daniel Roth
61b91bdb5e add magicplan environment variables to config 2026-05-07 12:39:45 +00:00
Daniel Roth
5b92c31302 validate magicplan trigger request basemodel object 🟩 2026-05-07 12:38:09 +00:00
Daniel Roth
06567c2844 validate plans api response as pydantic basemodel object 🟩 2026-05-07 12:25:06 +00:00
Daniel Roth
e67604a4a3 validate plans api response as pydantic basemodel object 🟩 2026-05-07 12:23:30 +00:00
Daniel Roth
79db1e2c7e validate plans api response as pydantic basemodel object 🟥 2026-05-07 12:22:04 +00:00
Jun-te Kim
f12984ea47
Merge pull request #1052 from Hestia-Homes/bug/secondary-heating-cost
adding baseline heater cost
2026-05-07 12:27:23 +01:00
Khalim Conn-Kowlessar
181c8069a1 adding baseline heater cost 2026-05-07 12:19:10 +01:00
Daniel Roth
66fc048c93 Merge branch 'main' into feature/magicplan-api-client 2026-05-07 10:48:32 +00:00
Jun-te Kim
3de1de48cd
Merge pull request #1051 from Hestia-Homes/feature/magicplan-api-client
MagicPlan: tweak domain model to align with db schema
2026-05-07 11:32:53 +01:00
Daniel Roth
0dd39a63f2 missing street is not included in address string 🟩 2026-05-06 17:08:34 +00:00
Daniel Roth
25aa57e4b6 missing street is not included in address string 🟥 2026-05-06 17:07:22 +00:00
Daniel Roth
069e6693ae include address and postcode on magicplan plan 🟩 2026-05-06 17:03:49 +00:00