Auto alerts
Trio Tenders currently sends automatic outbid alerts to your account email whenever someone places a higher bid on an auction you have bid on.
This prototype also reserves space for saved search alerts (for example:
“Toyota Hilux in QLD under $10k”). These can be implemented by your developer
using the alerts table defined in schema.sql.
- Outbid alerts: enabled via email using PHP
mail(). - Saved search alerts: extend backend to match new listings against user criteria.