A Rails 8 application to create crypto price alerts, manage notification channels, and dispatch notifications when thresholds are crossed. Prices are fetched from Binance. Background jobs use Sidekiq + Redis.
Stars
0
Forks
0
Watchers
0
Open Issues
12
Overall repository health assessment
No package.json found
This might not be a Node.js project
23
commits
feat: redirect to index after update/destroy for Alerts and Channels; add system specs for update/destroy redirects
6a5c142View on GitHubfeat: redirect to index after create for Alerts and Channels; remove create turbo_stream templates; update system specs to assert redirects and flash
24622d5View on GitHubtest(system): add E2E user story covering channels→alert→notification dispatch with assertions on DB, log, email, and Telegram stub.
19f4083View on GitHubtest(system): add Capybara+Selenium system tests for alerts, channels, theme; turbo stream broadcast test marked pending due to ephemerality; add support helper and driver config.
c600e53View on GitHub