CrematoriumStep stories: cleaner address/distance data
Drop state/postcode from addresses, round distances to whole numbers, use generic "from service venue" instead of provider name in distance. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -37,15 +37,15 @@ const nav = (
|
|||||||
const sampleCrematorium: Crematorium = {
|
const sampleCrematorium: Crematorium = {
|
||||||
name: 'Warrill Park Crematorium',
|
name: 'Warrill Park Crematorium',
|
||||||
imageUrl: 'https://images.unsplash.com/photo-1585320806297-9794b3e4eeae?w=400&h=300&fit=crop',
|
imageUrl: 'https://images.unsplash.com/photo-1585320806297-9794b3e4eeae?w=400&h=300&fit=crop',
|
||||||
address: 'Anderson Day Drive, Willowbank, QLD, 4306',
|
address: 'Anderson Day Drive, Willowbank',
|
||||||
distance: '152.62km from Killick Family Funerals Chapel Kingaroy',
|
distance: '153km from service venue',
|
||||||
};
|
};
|
||||||
|
|
||||||
const sydneyCrematorium: Crematorium = {
|
const sydneyCrematorium: Crematorium = {
|
||||||
name: 'Macquarie Park Cemetery & Crematorium',
|
name: 'Macquarie Park Cemetery & Crematorium',
|
||||||
imageUrl: 'https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=400&h=300&fit=crop',
|
imageUrl: 'https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=400&h=300&fit=crop',
|
||||||
address: 'Plassey Rd, Macquarie Park, NSW, 2113',
|
address: 'Plassey Rd, Macquarie Park',
|
||||||
distance: '3.54km from Gladesville, Sydney',
|
distance: '4km from service venue',
|
||||||
};
|
};
|
||||||
|
|
||||||
const defaultValues: CrematoriumStepValues = {
|
const defaultValues: CrematoriumStepValues = {
|
||||||
|
|||||||
Reference in New Issue
Block a user