Commit graph

66 commits

Author SHA1 Message Date
Khalim Conn-Kowlessar
83616e699e Added exposed floor insulation to materials table 2023-10-24 15:57:44 +08:00
Khalim Conn-Kowlessar
6571b4756c Added loft insulation as a new material type 2023-10-20 19:03:30 +11:00
Khalim Conn-Kowlessar
82ac52769f Added new unit for materials 2023-10-18 16:41:25 +11:00
Khalim Conn-Kowlessar
fb40fe9e00 Added mechanical_ventilation as a material type 2023-10-18 16:36:54 +11:00
Khalim Conn-Kowlessar
99ed655ec8 added cavity wall insulation as material type to db 2023-10-09 11:08:02 +08:00
Khalim Conn-Kowlessar
03e8ad00e6 working on due considerations ui 2023-09-15 10:46:56 +01:00
Khalim Conn-Kowlessar
3c37a6e15e added number of properties aggregation 2023-08-21 19:28:07 +01:00
Khalim Conn-Kowlessar
011d98fe48 formatting the return from the portfolio plan 2023-08-21 18:44:31 +01:00
Khalim Conn-Kowlessar
0bcf1e0a3c changed quantity_unit value 2023-08-21 14:15:05 +01:00
Khalim Conn-Kowlessar
495fbd05f6 Adding quantity, quantity_unit and estimated_cost to recommendationsMaterial table 2023-08-21 14:08:46 +01:00
Khalim Conn-Kowlessar
e0d252e89a Implemented recommendations into front end 2023-08-16 18:55:42 +01:00
Khalim Conn-Kowlessar
5e70c072a5 Creating plans UI (WIP) 2023-08-16 14:33:14 +01:00
Khalim Conn-Kowlessar
9fd9d0641e added property_id to plan table 2023-08-16 11:58:51 +01:00
Khalim Conn-Kowlessar
96719308b3 Added isActive to materials table 2023-08-14 12:37:01 +01:00
Khalim Conn-Kowlessar
a0f2fbb126 Converting cost column in database to json 2023-08-14 12:13:24 +01:00
Khalim Conn-Kowlessar
539ce98ae1 Added depth to RecommendationsMaterials 2023-08-11 14:13:01 +01:00
Khalim Conn-Kowlessar
7e14b9cffc rmoving isActive from recMaterials 2023-08-11 12:30:29 +01:00
Khalim Conn-Kowlessar
6b6a588b07 added is_active to recommendation materials 2023-08-11 12:23:16 +01:00
Khalim Conn-Kowlessar
55a46a9c2f Added missing starting u value 2023-08-11 12:18:54 +01:00
Khalim Conn-Kowlessar
5e881f256a Added portfolioId to plan 2023-08-11 11:12:41 +01:00
Khalim Conn-Kowlessar
5ebcea2ab0 corrected inforrect column name 2023-08-10 17:35:38 +01:00
Khalim Conn-Kowlessar
a650162dda created new tables for plan and planRecommendations 2023-08-10 16:38:52 +01:00
Khalim Conn-Kowlessar
f7073943a5 added additional fields to recommendations table and created plan and planRecommendations tables 2023-08-10 16:35:19 +01:00
Khalim Conn-Kowlessar
f3637ee2b9 completed materials, recommendations and recommendationsMaterials migration 2023-08-10 11:53:37 +01:00
Khalim Conn-Kowlessar
5bef451fd0 added schemas for materials, recommendations and recommendationMaterials 2023-08-10 11:36:56 +01:00
Khalim Conn-Kowlessar
27cef9f231 working on materials table but commented out for now 2023-08-03 10:30:43 +01:00
Khalim Conn-Kowlessar
f1945945ec working on building passport condition report 2023-08-02 16:23:01 +01:00
Khalim Conn-Kowlessar
0ab8a34417 resructuring api requests 2023-08-02 15:30:23 +01:00
Khalim Conn-Kowlessar
4a34ecd0bc fixing login issue and converting types of ids 2023-08-02 11:01:24 +01:00
Khalim Conn-Kowlessar
9e16205696 minor db migration 2023-08-02 10:28:13 +01:00
Khalim Conn-Kowlessar
3afc4ba49e fixing bigint issue with creating portfolio 2023-08-01 18:20:08 +01:00
Khalim Conn-Kowlessar
e0161d1b5f handling bigint errors 2023-08-01 16:27:19 +01:00
Khalim Conn-Kowlessar
abad7ad893 modified all int columns to big serial 2023-08-01 16:03:14 +01:00
Khalim Conn-Kowlessar
41571c33b4 converting serial types to bigserial 2023-08-01 15:59:26 +01:00
Khalim Conn-Kowlessar
e9181c904b converting uprn an building_reference_number to big integers 2023-08-01 15:47:09 +01:00
Khalim Conn-Kowlessar
beb6ccdabe rebuilt database 2023-08-01 15:26:22 +01:00
Khalim Conn-Kowlessar
cf5761fd19 adding default now values to createdAt, updatedAt records for property tables 2023-08-01 14:59:15 +01:00
Khalim Conn-Kowlessar
30b2de3afb Added building reference number to database 2023-08-01 14:56:59 +01:00
Khalim Conn-Kowlessar
140df0a888 removing mainfuel rating column 2023-08-01 11:54:30 +01:00
Khalim Conn-Kowlessar
acec035882 Adding main fuel and main fuel rating to database 2023-08-01 11:52:15 +01:00
Khalim Conn-Kowlessar
0da703354d convert wind turbine column to small integer since it's a count 2023-08-01 11:48:06 +01:00
Khalim Conn-Kowlessar
086ae9757d converting solar hot water to boolean 2023-08-01 11:45:10 +01:00
Khalim Conn-Kowlessar
49c485868b converting solar_pv column to numeric in db 2023-08-01 11:40:55 +01:00
Khalim Conn-Kowlessar
dc9722d099 rebuilding the property epc table with integer values 2023-08-01 10:58:55 +01:00
Khalim Conn-Kowlessar
cc6cdc5d89 Added getproperties api 2023-07-31 17:53:17 +01:00
Khalim Conn-Kowlessar
34b140cf27 Set up propertyTargets database 2023-07-31 15:09:22 +01:00
Khalim Conn-Kowlessar
cf0b0acae4 setting up propertyTargets table 2023-07-31 15:05:46 +01:00
Khalim Conn-Kowlessar
7596fecd17 pushed status column to db 2023-07-31 14:53:47 +01:00
Khalim Conn-Kowlessar
7e521db44e renaming status to creation status 2023-07-31 14:51:41 +01:00
Khalim Conn-Kowlessar
e279411809 Added property tables 2023-07-31 14:48:06 +01:00