good stuff

This commit is contained in:
Andras Schmelczer 2026-03-15 21:10:54 +00:00
parent ea8389ef40
commit f4de0eeb9f
39 changed files with 5165 additions and 348 deletions

View file

@ -80,7 +80,7 @@ pub static FEATURE_GROUPS: &[FeatureGroup] = &[
suffix: "",
raw: false,
absolute: true,
modes: &[],
modes: &["historical"],
linked: "",
},
FeatureConfig {
@ -114,7 +114,7 @@ pub static FEATURE_GROUPS: &[FeatureGroup] = &[
suffix: "",
raw: false,
absolute: false,
modes: &[],
modes: &["historical"],
linked: "",
},
FeatureConfig {
@ -132,7 +132,24 @@ pub static FEATURE_GROUPS: &[FeatureGroup] = &[
raw: false,
absolute: false,
modes: &["historical"],
linked: "",
linked: "Asking price per sqm",
},
FeatureConfig {
name: "Asking price per sqm",
bounds: Bounds::Percentile {
low: 0.0,
high: 98.0,
},
step: 100.0,
description: "Asking price divided by total floor area",
detail: "Calculated by dividing the listed asking price by the total floor area. Only available for properties currently listed for sale where floor area data exists.",
source: "online-listings",
prefix: "£",
suffix: "",
raw: false,
absolute: false,
modes: &["buy"],
linked: "Est. price per sqm",
},
FeatureConfig {
name: "Total floor area (sqm)",
@ -165,7 +182,7 @@ pub static FEATURE_GROUPS: &[FeatureGroup] = &[
suffix: " m",
raw: false,
absolute: false,
modes: &[],
modes: &["historical"],
linked: "",
},
FeatureConfig {
@ -213,7 +230,7 @@ pub static FEATURE_GROUPS: &[FeatureGroup] = &[
suffix: "",
raw: true,
absolute: false,
modes: &[],
modes: &["historical"],
linked: "",
},
FeatureConfig {