📝 Description
Users want to know when a vault hits a specific APY so they can move their funds. We need a system where users can set custom triggers (e.g., "Email me if USDC Vault APY goes above 10%").
🎯 Acceptance Criteria
🛠 Technical Details
- Stack: React, Node.js, PostgreSQL, Email API.
- Location:
/backend/services/alerts/
- Security: Add a maximum cap on active alerts per user to prevent database bloat.
⏱ Complexity & Scope
- Estimated Time: 2-3 weeks.
- Drips Complexity: High (200 points) - Event-driven backend logic and full-stack UI.
📋 Guidelines for Submission
- Minimum 90 percent test coverage required.
- Clear NatSpec-style documentation must be added to public contract functions.
- Timeframe for completion: 2 Wave cycles.
📝 Description
Users want to know when a vault hits a specific APY so they can move their funds. We need a system where users can set custom triggers (e.g., "Email me if USDC Vault APY goes above 10%").
🎯 Acceptance Criteria
user_alerts(user_id, vault_id, condition, threshold_value).🛠 Technical Details
/backend/services/alerts/⏱ Complexity & Scope
📋 Guidelines for Submission