When a user (assume they are authenticated) subscribes to a phone number from the web frontend, add this to the subscriptions table. This table has the user_id of the user who subscribed, and the id of the phone number they're subscribing to.
Note: later on, we might do something along the lines of sending notifications to people who subscribed. But that's not what this ticket is.
This is low priority, don't focus on this yet.
When a user (assume they are authenticated) subscribes to a phone number from the web frontend, add this to the
subscriptions
table. This table has theuser_id
of the user who subscribed, and theid
of the phone number they're subscribing to.Note: later on, we might do something along the lines of sending notifications to people who subscribed. But that's not what this ticket is.