feat(SW-285): ship support for dynamic content

This commit is contained in:
Chuma McPhoy
2024-09-02 20:01:48 +02:00
parent e88e4d92bf
commit 1c2a34591b
35 changed files with 5125 additions and 0 deletions
@@ -0,0 +1,117 @@
{
"levels": [
{
"level": 1,
"name": "New Friend",
"requiredPoints": 0,
"requiredNights": 0,
"benefits": [
{
"title": "Friendly room rates"
},
{
"title": "10% off on food on weekends"
},
{
"title": "Free kids mocktail during stay"
}
]
},
{
"level": 2,
"name": "Good Friend",
"requiredPoints": 5000,
"requiredNights": 0,
"benefits": [
{
"title": "15% on food on weekends"
}
]
},
{
"level": 3,
"name": "Close Friend",
"requiredPoints": 10000,
"requiredNights": 0,
"benefits": [
{
"title": "Late checkout - 1 hour when available"
},
{
"title": "5 EUR voucher"
}
]
},
{
"level": 4,
"name": "Dear Friend",
"requiredPoints": 25000,
"requiredNights": 0,
"benefits": [
{
"title": "25% earn rate"
},
{
"title": "Early check-in - 1 hour when available"
},
{
"title": "7.50 EUR voucher"
}
]
},
{
"level": 5,
"name": "Loyal Friend",
"requiredPoints": 100000,
"requiredNights": 0,
"benefits": [
{
"title": "Free room upgrade when available"
},
{
"title": "10 EUR voucher"
},
{
"title": "2-for-1 breakfast"
}
]
},
{
"level": 6,
"name": "True Friend",
"requiredPoints": 250000,
"requiredNights": 0,
"benefits": [
{
"title": "50% earn rate"
},
{
"title": "15 EUR voucher"
},
{
"title": "48h room guarantee"
},
{
"title": "Always free breakfast"
}
]
},
{
"level": 7,
"name": "Best Friend",
"requiredPoints": 400000,
"requiredNights": 100,
"benefits": [
{
"title": "20 EUR voucher"
},
{
"title": "Yearly exclusive gift"
},
{
"title": "Kid's boost"
}
]
}
]
}