From 4febc144b3310e8df8285c93e45b88bd4f63cb17 Mon Sep 17 00:00:00 2001 From: Conrad Date: Thu, 18 May 2017 11:19:04 -0400 Subject: [PATCH] Update folder structure --- .../BuildingOverview/folderStructure.js | 51 ++++++++++++++++--- 1 file changed, 45 insertions(+), 6 deletions(-) diff --git a/src/components/BuildingOverview/folderStructure.js b/src/components/BuildingOverview/folderStructure.js index 8add0f48..63aec462 100644 --- a/src/components/BuildingOverview/folderStructure.js +++ b/src/components/BuildingOverview/folderStructure.js @@ -1,11 +1,50 @@ const defaultStructure = { Utility_Bills: null, - Site_Visit_Media: null, - Reports: null, + 'Site_Visit_Media_(Pictures)': null, + Reports: { + 'PNS_(PNS_Form)': null, + 'Diagnostic_Report_(Diagnostic_Report)': null, + 'Third_Party_Preliminary_Engineering_Analysis_(PEA)': null, + 'Scope_of_Work_(Scope_of_Work)': null, + 'Client_Presentation_(Final_Presentation)': null, + }, Notes: null, - 'Building-Level_Financial_Documents': null, - 'Building-Level_Engineering_Analysis': null, - Sensors: null, + BlocPower_Contracts_and_Legal_Documents: null, + Proposals_and_Price_Quotes: null, + 'Building-Level_Financial_Documents': { + 'Income_Statements_(Income_Statements)': null, + 'Balance_Sheets_(Bank_Statements)': null, + 'Mortgage_Statement_(Miscellaneous)': null, + 'Project_Budget_(Budget)': null, + 'Financial_Model_(Financial_Model)': null, + Loan_Documents: { + 'SCEEP_Forms_(SCEEP_Forms)': null, + 'Taxes_(Taxes)': null, + 'Credit_Reports_(Credit_Reports)': null, + 'Certificate_of_Incorporation_(Certificate_of_Incorporation)': null, + '501(c)3_Confirmation_(501(c)3_Confirmation)': null, + 'Proof_of_Property_and_Liability_Insurance_(Proof_of_Property_and_Liability_Insurance)': null, + 'Property_Appraisal_(Property_Appraisal)': null, + 'Title_of_Location_(Title_of_Location)': null, + 'NYSERDA_Request_for_Financing_Form_(NYSERDA_Request_for_Financing_Form)': null, + 'Loan_Application_(Loan_Application)': null, + }, + }, + 'Building-Level_Construction_Analysis': { + Existing_Violations: null, + 'Construction_Documents_(e.g._ACP-5)': null, + 'Pre-Construction_Checklist': null, + }, + 'Building-Level_Engineering_Analysis': { + 'Utility_Analysis_(Breakdown_of_Bills)': null, + 'Energy_Model_(Engineering_Models)': null, + 'Energy_Projections_(Engineering_Output_Model)': null, + }, + Sensors: { + Images: null, + Raw_Data: null, + Analyzed_Data: null, + }, Projects: { '"Projects"_Template': { Financial_Analysis: null, @@ -18,7 +57,7 @@ const defaultStructure = { Permits: null, Contractor_Agreements: null, Contractor_Insurance_Documents: null, - Contractor_Quotes: { + 'Contractor_Quotes_(Quotes)': { 'Reference_Quotes_(We_Did_Not_Use)': null, 'Active_Quotes_(We_Used)': null, }, -- GitLab