Fix voice
This commit is contained in:
parent
e9e47fd811
commit
f047e50989
9 changed files with 109 additions and 65 deletions
|
|
@ -28,7 +28,7 @@ type FormFactor = 'desktop' | 'mobile';
|
|||
* real data). On 9:16 cuts the bottom sheet gets dragged out of the way
|
||||
* whenever the map is the story.
|
||||
* 4. Filter names MUST match live /api/features exactly (e.g.
|
||||
* "Serious crime (avg/yr)", "Distance to nearest amenity (Waitrose)
|
||||
* "Serious crime (/yr, 7y)", "Distance to nearest amenity (Waitrose)
|
||||
* (km)") — wrong names silently no-op and the map never changes.
|
||||
* preflight.ts validates every stubbed name against the live API.
|
||||
*
|
||||
|
|
@ -592,7 +592,7 @@ function createRecordingStoryboard(
|
|||
// Loose enough to keep the central-London map richly populated — a
|
||||
// cap of 20 emptied the city centre and left the zoom with nothing
|
||||
// to land on.
|
||||
'Serious crime (avg/yr)': [0, 40],
|
||||
'Serious crime (/yr, 7y)': [0, 40],
|
||||
[SCHOOL_GOOD_PRIMARY]: [1, 10],
|
||||
'Noise (dB)': [0, 65],
|
||||
// ≥30 Mbps, not ≥100: FTTP coverage gaps make a 100 floor empty
|
||||
|
|
@ -888,7 +888,7 @@ const AD_CONFIGS: DemoAdStoryboardConfig[] = [
|
|||
filters: {
|
||||
'Property type': ['Flats/Maisonettes'],
|
||||
'Estimated current price': [0, 600000],
|
||||
'Serious crime (avg/yr)': [0, 35],
|
||||
'Serious crime (/yr, 7y)': [0, 35],
|
||||
'Noise (dB)': [0, 60],
|
||||
},
|
||||
travelTimeFilters: [
|
||||
|
|
@ -1038,7 +1038,7 @@ const AD_CONFIGS: DemoAdStoryboardConfig[] = [
|
|||
promptText: 'Quiet London street under 55 decibels, low crime',
|
||||
filters: {
|
||||
'Noise (dB)': [0, 55],
|
||||
'Serious crime (avg/yr)': [0, 35],
|
||||
'Serious crime (/yr, 7y)': [0, 35],
|
||||
},
|
||||
initialZoom: 10.6,
|
||||
posterTimeS: 7,
|
||||
|
|
@ -1076,7 +1076,7 @@ const AD_CONFIGS: DemoAdStoryboardConfig[] = [
|
|||
filters: {
|
||||
'Estimated current price': [0, 350000],
|
||||
[SCHOOL_GOOD_PRIMARY]: [2, 10],
|
||||
'Serious crime (avg/yr)': [0, 30],
|
||||
'Serious crime (/yr, 7y)': [0, 30],
|
||||
},
|
||||
initialZoom: 11.0,
|
||||
posterTimeS: 13,
|
||||
|
|
@ -1194,7 +1194,7 @@ const AD_CONFIGS: DemoAdStoryboardConfig[] = [
|
|||
promptText: 'Under £500k, 35 min to central London, low crime, good schools',
|
||||
filters: {
|
||||
'Estimated current price': [0, 500000],
|
||||
'Serious crime (avg/yr)': [0, 35],
|
||||
'Serious crime (/yr, 7y)': [0, 35],
|
||||
[SCHOOL_GOOD_PRIMARY]: [1, 10],
|
||||
},
|
||||
travelTimeFilters: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue