##### [[Building Elements]]
# Design
%% DATAVIEW_PUBLISHER: start
```
TABLE WITHOUT ID Areas + " \ "+ BuildingElement + "<br><br>" + file.link as Issue, SECTION as Description
FROM "3 Resources/Issues"
FLATTEN BuildingElement as BuildingElement
sort AREA ASC
WHERE contains(BuildingElement,[[Design]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [[3 Resources/Areas/Everywhere.md\|Everywhere]] \ [[3 Resources/Building Elements/Design.md\|Design]]<br><br>[[3 Resources/Issues/Insufficient Attention given to Non-Residential Areas.md\|Insufficient Attention given to Non-Residential Areas]] | <ul><li>The attention given to the design various parts of the building in descending order is as follows:</li><li>Façade and looks of the building</li><li>Livability of the Units</li><li>Serviceability of the Building - Basement, Garbage rooms etc</li><li>External Areas including landscaping and junctions between the building and the public thoroughfare.</li><li>Utility of Commercial Shops (in mixed use examples)</li></ul> |
%% DATAVIEW_PUBLISHER: end %%