Add titles for more categories
This commit is contained in:
parent
9217a21282
commit
ce014ccdd7
@ -59,14 +59,20 @@
|
||||
"title": "Use", "slug": "use",
|
||||
"intro": "How are buildings used today? Coming soon…",
|
||||
"help": "https://pages.colouring.london/use",
|
||||
"fields": []
|
||||
"fields": [
|
||||
{ "title" : "Single of multiple use?", "slug": "use_multi" },
|
||||
{ "title" : "Type of use/s", "slug": "use_type" },
|
||||
{ "title" : "Number of self-contained units", "slug": "use_number_scu" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"inactive": true,
|
||||
"title": "Type", "slug": "type",
|
||||
"intro": "How were buildings originally used? Coming soon…",
|
||||
"help": "https://pages.colouring.london/type",
|
||||
"fields": []
|
||||
"fields": [
|
||||
{ "title": "Type of building (original use)", "slug": "type_original" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Age", "slug": "age",
|
||||
@ -133,6 +139,9 @@
|
||||
{
|
||||
"title": "Height to apex (m)", "slug": "size_height_apex", "type": "number", "step": 0.1
|
||||
},
|
||||
{
|
||||
"title": "Height to eaves (m)", "slug": "size_height_eaves", "type": "number", "step": 0.1
|
||||
},
|
||||
{
|
||||
"title": "Ground floor area (m²)", "slug": "size_floor_area_ground", "type": "number", "step": 0.1
|
||||
},
|
||||
@ -141,7 +150,11 @@
|
||||
},
|
||||
{
|
||||
"title": "Frontage Width (m)", "slug": "size_width_frontage", "type": "number", "step": 0.1
|
||||
}
|
||||
},
|
||||
{ "title": "Total area of plot (m²)" },
|
||||
{ "title": "FAR ratio (percentage of plot covered by building" },
|
||||
{ "title": "Configuration (semi/detached, end/terrace)" },
|
||||
{ "title": "Roof shape" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -149,28 +162,53 @@
|
||||
"title": "Construction", "slug": "construction",
|
||||
"intro": "How are buildings built? Coming soon…",
|
||||
"help": "https://pages.colouring.london/construction",
|
||||
"fields": []
|
||||
"fields": [
|
||||
{ "title": "Construction system" },
|
||||
{ "title": "Primary materials" },
|
||||
{ "title": "Secondary materials" },
|
||||
{ "title": "Roofing material" },
|
||||
{ "title": "Percentage of facade glazed" },
|
||||
{ "title": "BIM reference or link" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"inactive": true,
|
||||
"title": "Team", "slug": "team",
|
||||
"intro": "Who built the buildings? Coming soon…",
|
||||
"help": "https://pages.colouring.london/team",
|
||||
"fields": []
|
||||
"fields": [
|
||||
{ "title": "Construction and design team (original building)" },
|
||||
{ "title": "Construction and design team (significant additional works)" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"inactive": true,
|
||||
"title": "Sustainability", "slug": "sustainability",
|
||||
"intro": "Are buildings energy efficient? Coming soon…",
|
||||
"help": "https://pages.colouring.london/sustainability",
|
||||
"fields": []
|
||||
"fields": [
|
||||
{ "title": "Energy Performance Certificate (EPC) rating" },
|
||||
{ "title": "Display Energy Certificate (DEC)" },
|
||||
{ "title": "BREEAM Rating" },
|
||||
{ "title": "Last significant retrofit" },
|
||||
{ "title": "Embodied carbon estimation (for discussion)" },
|
||||
{ "title": "Adaptability/repairability rating (for discussion)" },
|
||||
{ "title": "Expected lifespan (for discussion)" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"inactive": true,
|
||||
"title": "Greenery", "slug": "greenery",
|
||||
"intro": "Is there greenery nearby? Coming soon…",
|
||||
"help": "https://pages.colouring.london/copy-of-street-context",
|
||||
"fields": []
|
||||
"fields": [
|
||||
{ "title": "Gardens" },
|
||||
{ "title": "Trees" },
|
||||
{ "title": "Green walls" },
|
||||
{ "title": "Green roof" },
|
||||
{ "title": "Proximity to parks and open greenspace" },
|
||||
{ "title": "Building shading" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Planning", "slug": "planning",
|
||||
@ -287,7 +325,12 @@
|
||||
"title": "Demolition", "slug": "demolition",
|
||||
"intro": "Coming soon…",
|
||||
"help": "https://pages.colouring.london/demolitions",
|
||||
"fields": []
|
||||
"fields": [
|
||||
{ "title": "Is the building proposed for demolition?" },
|
||||
{ "title": "Is the building proposed for demolition?" },
|
||||
{ "title": "Has the building been demolished?" },
|
||||
{ "title": "Dates of construction and demolition of previous buildings on site" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Like Me!", "slug": "like",
|
||||
@ -295,8 +338,7 @@
|
||||
"help": "https://pages.colouring.london/likeme",
|
||||
"fields": [
|
||||
{
|
||||
"title": "Number of likes", "slug": "likes_total", "type": "like",
|
||||
"tooltip": "Do you like the building and think it contributes to the city?"
|
||||
"title": "Number of likes", "slug": "likes_total", "type": "like"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user