Commit graph

265 commits

Author SHA1 Message Date
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
f955184260 refactor processor 2026-02-12 14:25:35 +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
598a612b40 define db methods 2026-02-12 09:23:47 +00:00
1a0d463e2e missing init.py 2026-02-09 23:07:51 +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
47b416e5cb map survey to model 🟥 2026-01-28 18:06:18 +00:00
Daniel Roth
4ad200ea76 define models and bulk insert function 2026-01-28 15:01:10 +00:00
Khalim Conn-Kowlessar
3fe102c385 added rebaselining for installed measures 2026-01-10 18:52:26 +00:00
Khalim Conn-Kowlessar
808a5122ee added re-baselining to the property model 2026-01-10 14:59:46 +00:00
Khalim Conn-Kowlessar
ef942ef18a allow double glazing if no restrictions but confirmed performance of secondary glazing 2026-01-10 11:40:49 +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
3fc1e69e50 debugging some failed runs 2026-01-02 17:39:48 +08:00
Khalim Conn-Kowlessar
860645e30e handling db bug for trigger api 2026-01-01 14:02:09 +08:00
Khalim Conn-Kowlessar
f06676f15a completed database upload refactor 2025-12-22 18:46:19 +08:00
Khalim Conn-Kowlessar
c503da05a7 debugging property duplicated uprns 2025-12-22 17:10:39 +08:00
Khalim Conn-Kowlessar
2bc80b4d50 fixing uprn bug 2025-12-22 16:09:31 +08:00
Khalim Conn-Kowlessar
9c48bdfbd6 implenenting bulk EPC data upload 2025-12-21 11:05:01 +08:00
Khalim Conn-Kowlessar
9c34e202bc refactoring db requests to run in bulk 2025-12-19 09:43:13 +08:00
Khalim Conn-Kowlessar
d7b9803090 refactoring database fetches 2025-12-19 08:41:59 +08:00
Khalim Conn-Kowlessar
35085d25d3 relaxing connections and temp connection for lamnda 2025-12-14 23:36:52 +08:00
Khalim Conn-Kowlessar
2a33a66470 refactoring db calls to be short lived 2025-12-14 21:54:50 +08:00
Khalim Conn-Kowlessar
395ab0e083 minor debugging 2025-12-13 22:13:09 +08:00
Khalim Conn-Kowlessar
c7b3a6af9b fixing typing issue 2025-12-08 20:16:07 +00:00
Khalim Conn-Kowlessar
85b05563ba allow optional contingency 2025-12-08 19:52:59 +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
c20b26881d fixed stupid bug converting db data to float 2025-12-05 18:55:27 +00:00
Khalim Conn-Kowlessar
c10bf032dc debugging fuel code 2025-12-05 14:59:47 +00:00
Khalim Conn-Kowlessar
bdc4c213ad working on cleaning epc data for old records 2025-12-05 09:40:24 +00:00
Khalim Conn-Kowlessar
753ef66f48 allowing us not to retrieve find my epc data, when we very clearly don't have the right epc 2025-12-01 13:40:07 +00:00
Khalim Conn-Kowlessar
f75c630dd1 actually removed tqdm 2025-11-30 22:14:48 +00:00
Khalim Conn-Kowlessar
6c8b65f3fb removing tqdm 2025-11-30 22:01:03 +00:00
Khalim Conn-Kowlessar
b84dc3a6a8 put in some placeholder code for fast deletes 2025-11-30 21:40:10 +00:00
Khalim Conn-Kowlessar
852420a8fa handling more cases 2025-11-30 20:12:50 +00:00
Khalim Conn-Kowlessar
4f6a9fdc07 minor on batch portfolio delete 2025-11-30 18:59:16 +00:00
Khalim Conn-Kowlessar
5a9e018b19 fixed ashp non invasic rec bug 2025-11-30 18:57:13 +00:00
Khalim Conn-Kowlessar
a8417efda4 handling of SAP05 records 2025-11-29 08:19:24 +00:00
Khalim Conn-Kowlessar
f791a5328d removed potential wiping of task start timestamp 2025-11-28 18:59:52 +00:00
Khalim Conn-Kowlessar
54b472dd47 fixed cloud logs error 2025-11-28 08:03:37 +00:00
Khalim Conn-Kowlessar
cfc7f2a247 Debugging epc clean for new data and new error cases 2025-11-28 06:20:47 +00:00
Khalim Conn-Kowlessar
3933942cd8 added cloudwatch url 2025-11-27 12:51:25 +00:00
Khalim Conn-Kowlessar
f91ad4c3f1 implemented tasks/subtasks for the first time 2025-11-27 11:25:36 +00:00
Khalim Conn-Kowlessar
d20725d12b adding tasks to engine 2025-11-26 21:42:09 +00:00
Khalim Conn-Kowlessar
5c8c9251c4 refactoring tasks to get working with sqlalchemy 2 2025-11-26 16:40:16 +00:00