w0rd-driven / beatseek

Seek the music you may be missing by analyzing your collection
https://beatseek.fly.dev/
MIT License
3 stars 0 forks source link

Notification delivery with PubSub #1

Closed w0rd-driven closed 1 year ago

w0rd-driven commented 1 year ago

We'll focus on in-app messaging first. PubSub events should emit the record to add to the notifications page as well as an increment. Marking a record as read/seen should emit a decrement.

w0rd-driven commented 1 year ago

I should be able to call functions in iex and watch things update in real-time.

w0rd-driven commented 1 year ago

The stubbing proved as useful as I thought it would be. Now I need to clean up the implementation to inspect release dates or to send generic app notifications like when a scan completed.

w0rd-driven commented 1 year ago

This is done. We can address email and Slack in subsequent issues.