Summary
Users who want to buy or sell at a specific price have no way to set a target alert. A price alert modal on the key detail page should let users set an above or below threshold price and receive an in-app notification when the price crosses it.
Scope
- Add a Set Alert button on the key detail page alongside the Buy and Sell buttons
- Open a modal with a price input, a direction toggle (Above / Below), and a Save button
- Store alerts in the backend via POST /alerts with keyId, targetPrice, and direction
- Trigger an in-app notification when the polled price crosses the target (checked every 60 seconds)
- Allow users to view and delete their active alerts from a My Alerts section on the profile page
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
Users who want to buy or sell at a specific price have no way to set a target alert. A price alert modal on the key detail page should let users set an above or below threshold price and receive an in-app notification when the price crosses it.
Scope
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram