Commit graph

123 commits

Author SHA1 Message Date
Daniel Roth
545b93dc16 add hubspot_deal_id to db record. new file to trigger handler locally from address list file. switch lambda dockerfile to point to correct handler 2026-04-16 16:34:20 +00:00
Daniel Roth
155eab86e4 update Dimensions.xlsx with XML contents 2026-04-15 13:31:40 +00:00
Daniel Roth
fa3e276dc4 define new domain object 2026-04-13 16:18:17 +00:00
Daniel Roth
d4d9b03511
Merge pull request #964 from Hestia-Homes/feature/hubspot-trigger-orchestrator
Trigger PasHub to Ara Lambda from Hubspot to DB ETL
2026-04-10 11:03:12 +01:00
Daniel Roth
38305e558b
Merge pull request #962 from Hestia-Homes/feature/ecmk-to-ara
ECMK to Sharepoint, S3 and database
2026-04-10 11:02:31 +01:00
Khalim Conn-Kowlessar
fbf23bc898 added env impact scores to db 2026-04-09 16:31:50 +01:00
Daniel Roth
bd891a7a85 address JTK review comments 2026-04-09 14:41:14 +00:00
Daniel Roth
36aaabb3cf diff checker for db load trigger 🟩 2026-04-09 11:19:33 +00:00
Daniel Roth
125527baa9 move HubspotDealData object to dedicated file 2026-04-09 10:46:52 +00:00
Jun-te Kim
d730a90246 added coordination comments 2026-04-08 14:47:31 +00:00
Daniel Roth
7cd4d4c5b3 bug fixes to get runner working 2026-04-08 07:42:00 +00:00
Daniel Roth
15f1fde16a skip file if already processed according to db 2026-04-07 14:34:33 +00:00
Daniel Roth
f4c7fa7aac Merge branch 'main' into feature/ecmk-to-ara 2026-04-02 11:16:39 +00:00
Jun-te Kim
acb44dc60a added dampandmouldandrepaircomments, more resilence on retries with hubspot api 2026-04-02 10:12:09 +00:00
Daniel Roth
f3ebe122f8 Merge branch 'main' into feature/ecmk-to-ara 2026-04-01 16:26:36 +00:00
Daniel Roth
231473ecba load files to s3 and update db 2026-04-01 16:24:00 +00:00
Jun-te Kim
cee4e40bb1 latest code 2026-04-01 12:10:28 +00:00
Jun-te Kim
ea84cf9fd4 added bulk 2026-03-31 15:51:43 +00:00
Jun-te Kim
bba88bc077 init db 2026-03-31 11:51:54 +00:00
Jun-te Kim
b9df10eb23 resolve conflict form dan and me 2026-03-31 09:46:01 +00:00
Daniel Roth
cdf87cceae
Merge pull request #928 from Hestia-Homes/feature/pashub-to-ara
Pashub to ara: save files to s3 and record in new database table
2026-03-31 09:26:10 +01:00
Jun-te Kim
da3b753b46 merge conflicts resovled and reviweed my code 2026-03-30 17:09:41 +00:00
Jun-te Kim
934e666357 added hubspot to add one deal with deal id 2026-03-30 14:41:38 +00:00
Daniel Roth
68ecbe1109 update db after loading file to s3 2026-03-27 09:49:18 +00:00
Daniel Roth
4ac7ed6f09 define sqlalchemy objects for new database tables / types 2026-03-26 15:38:19 +00:00
Jun-te Kim
a362e1dd99 added company information 2026-03-24 15:34:33 +00:00
Khalim Conn-Kowlessar
6e73d807a9 Merge branch 'main' of https://github.com/Hestia-Homes/Model into feature/ara-rebaselining
# Conflicts:
#	asset_list/app.py
2026-03-19 11:00:32 +00:00
Khalim Conn-Kowlessar
f45260706e fixed bug in epc record cleaning" 2026-03-18 18:16:57 +00:00
Jun-te Kim
f659718a7e resolved 2026-03-06 13:35:15 +00:00
Jun-te Kim
815ce01082 lambda code works locally 2026-03-06 12:51:08 +00:00
Daniel Roth
f5e4e68a22 remove unused imports 2026-03-05 12:03:23 +00:00
Daniel Roth
78ff040711 correct SQLModel typing 2026-03-05 11:58:39 +00:00
Daniel Roth
c0b2bf669c add source and source_id to Task object 2026-03-05 11:27:43 +00:00
Khalim Conn-Kowlessar
d693a0df50 removed create_type from enum (only created if it doesn't exist) 2026-02-26 18:21:37 +00:00
Khalim Conn-Kowlessar
1717e7b4c2 fixing typing issues 2026-02-26 12:45:52 +00:00
Khalim Conn-Kowlessar
bf3d6f4d51 working on integration test 2026-02-23 12:13:59 +00:00
Daniel Roth
e0e50d696a fixes so it runs (as far as the database update), plus some temp prints 2026-02-13 12:26:31 +00:00
Daniel Roth
bf0fce8ca5 Check whether plan with EPC goal is compliant (and change goal_value back to required)🟩 2026-02-12 16:08:37 +00:00
Daniel Roth
080000123f cater for goal_value being NULL 🟥 2026-02-12 15:40:03 +00:00
Daniel Roth
7c88e22424 Define Plan and Scenario domain classes 2026-02-12 12:31:37 +00:00
Daniel Roth
b3fa7c3051 rename Plan and Scenario to PlanModel and ScenarioModel 2026-02-12 12:01:39 +00:00
Daniel Roth
73607a5117 sqlalchemy 2.0 typing in scenario 2026-02-12 11:08:35 +00:00
Daniel Roth
e7f941d5e4 use sqlalchemy 2.0 typing in recommendations , and write processing logic 2026-02-12 10:00:47 +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
32555640c9 Load surveys to database as part of processing 2026-01-29 12:15:52 +00:00
Daniel Roth
4ad200ea76 define models and bulk insert function 2026-01-28 15:01:10 +00:00
Khalim Conn-Kowlessar
fb6fca8966 added additional loggging into engine 2026-01-08 12:18:40 +00:00
Khalim Conn-Kowlessar
b2d07cfd7c preparing the already installed code for Peabody 2026-01-07 20:40:37 +00:00
Khalim Conn-Kowlessar
d4a45a5cce added additional fields to db and fixed flat roof recommendations bug 2025-12-08 18:45:46 +00:00
Khalim Conn-Kowlessar
bdc4c213ad working on cleaning epc data for old records 2025-12-05 09:40:24 +00:00