# Fresh Air Supply
%% DATAVIEW_PUBLISHER: start
```
TABLE WITHOUT ID AREA + " \ "+ BuildingElement + "<br><br>" + file.link as Issue, SECTION as Description
FROM "3 Resources/Issues"
FLATTEN Areas as AREA
FLATTEN BuildingElement as BuildingElement
sort AREA ASC
WHERE contains(BuildingElement,[[Fresh Air Supply]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [[3 Resources/Areas/Bathrooms.md\|Bathrooms]] \ [[3 Resources/Building Elements/Fresh Air Supply.md\|Fresh Air Supply]]<br><br>[[3 Resources/Issues/Add provision for constant ventilation.md\|Add provision for constant ventilation]] | <ul><li>Modern Apartments are very air-tight, if the customer does not open windows inadequate fresh air will be provided to the unit which can have several negative effects including build up of moisture.</li><li>A system shall be provided such that Fresh Air Supply is supplied to each unit independent of the occupant’s behavior.</li><li>Mold can readily develop inside units as they are very airtight.</li></ul> |
| [[3 Resources/Areas/Kitchens.md\|Kitchens]] \ [[3 Resources/Building Elements/Fresh Air Supply.md\|Fresh Air Supply]]<br><br>[[3 Resources/Issues/Add provision for constant ventilation.md\|Add provision for constant ventilation]] | <ul><li>Modern Apartments are very air-tight, if the customer does not open windows inadequate fresh air will be provided to the unit which can have several negative effects including build up of moisture.</li><li>A system shall be provided such that Fresh Air Supply is supplied to each unit independent of the occupant’s behavior.</li><li>Mold can readily develop inside units as they are very airtight.</li></ul> |
| [[3 Resources/Areas/Laundry.md\|Laundry]] \ [[3 Resources/Building Elements/Fresh Air Supply.md\|Fresh Air Supply]]<br><br>[[3 Resources/Issues/Add provision for constant ventilation.md\|Add provision for constant ventilation]] | <ul><li>Modern Apartments are very air-tight, if the customer does not open windows inadequate fresh air will be provided to the unit which can have several negative effects including build up of moisture.</li><li>A system shall be provided such that Fresh Air Supply is supplied to each unit independent of the occupant’s behavior.</li><li>Mold can readily develop inside units as they are very airtight.</li></ul> |
| [[3 Resources/Areas/Living Areas.md\|Living Areas]] \ [[3 Resources/Building Elements/Fresh Air Supply.md\|Fresh Air Supply]]<br><br>[[3 Resources/Issues/Add provision for constant ventilation.md\|Add provision for constant ventilation]] | <ul><li>Modern Apartments are very air-tight, if the customer does not open windows inadequate fresh air will be provided to the unit which can have several negative effects including build up of moisture.</li><li>A system shall be provided such that Fresh Air Supply is supplied to each unit independent of the occupant’s behavior.</li><li>Mold can readily develop inside units as they are very airtight.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%