You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.9 KiB
26 lines
1.9 KiB
6 months ago
|
# Tip Mapping
|
||
|
TIPS_MAPPING = {
|
||
|
"water_usage": {
|
||
|
"less_50": "Great! Keep monitoring your water usage and encourage others to follow your example.",
|
||
|
"50_100": "You’re doing well, but consider ways to reduce usage further, such as shorter showers or water-efficient appliances.",
|
||
|
"100_200": "Try reducing water usage by adopting simple habits like turning off taps when not in use.",
|
||
|
"more_200": "This usage is quite high. Consider auditing your water usage and fixing leaks immediately."
|
||
|
},
|
||
|
"dripping_tap_wastage": {
|
||
|
"less_5": "A small drip can lead to larger problems. Regularly check for leaks to ensure minimal wastage.",
|
||
|
"5_10": "Dripping taps can waste gallons of water. Fix leaks promptly to save water and reduce bills.",
|
||
|
"10_20": "This is a significant amount of water. Fix dripping taps as soon as possible to prevent further waste.",
|
||
|
"more_20": "A dripping tap wastes over 20 liters daily. Schedule a repair immediately to conserve water."
|
||
|
},
|
||
|
"reuse_water": {
|
||
|
"always": "Excellent! Reusing water for gardening or cleaning helps conserve resources.",
|
||
|
"sometimes": "Good start! Explore more opportunities to reuse water in your daily activities.",
|
||
|
"never": "Consider reusing water where possible, such as using leftover water for cleaning or gardening."
|
||
|
},
|
||
|
"water_saving_appliances": {
|
||
|
"low_flow": "Low-flow faucets are a great choice! Keep using efficient appliances to conserve water.",
|
||
|
"dual_flush": "Dual-flush toilets are effective in saving water. Pair this with other water-saving methods for better results.",
|
||
|
"efficient_machines": "Water-efficient washing machines are a step forward. Combine this with mindful water habits.",
|
||
|
"none": "Consider investing in water-saving appliances to significantly reduce your water usage."
|
||
|
}
|
||
|
}
|