-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
place holder for case summary component
- Loading branch information
Showing
2 changed files
with
84 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
export function CaseSummary() { | ||
return ( | ||
<div> | ||
<br /> | ||
<h1>Winnie Carroll's Case Summary</h1> | ||
<h3>179 Broadway, Somerville, MA 02145, United States</h3> | ||
<ul> | ||
<li>Summary of heat load analysis outputs</li> | ||
<ul> | ||
<li>Avg heat load at design temp: 58,582 BTU/h</li> | ||
<li>Average indoor temperature, Ti: 60.0 F</li> | ||
<li>Standard deviation of UA: 5.08%</li> | ||
</ul> | ||
<br /> | ||
<ul> | ||
<li>Max heat load at design temp: 69,783 BTU/h</li> | ||
<li>Design temperature: 8.4 F</li> | ||
<li>Whole-home UA: 1057 BTU/h-F</li> | ||
</ul> | ||
</ul> | ||
</div> | ||
) | ||
} | ||
|
||
// export function CaseSummary() { | ||
// } | ||
|
||
// return ( | ||
// <div> | ||
// {/* <span>time/temp first item: {time}/{temp}</span> */} | ||
// <h1>Winnie Carroll's Case Summary</h1> | ||
// <h3>179 Broadway, Somerville, MA 02145, United States</h3> | ||
// <ul> | ||
// <li>Summary of heat load analysis outputs</li> | ||
// <ul> | ||
// <li>Avg heat load at design temp: 58,582 BTU/h</li> | ||
// <li>Average indoor temperature, Ti: 60.0 F</li> | ||
// <li>Standard deviation of UA: 5.08%</li> | ||
// </ul> | ||
// <br /> | ||
// <ul> | ||
// <li>Max heat load at design temp: 69,783 BTU/h</li> | ||
// <li>Design temperature: 8.4 F</li> | ||
// <li>Whole-home UA: 1057 BTU/h-F</li> | ||
// </ul> | ||
// </ul> | ||
// </div> | ||
// ) | ||
// } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters