inxilpro / disastercheckin.com

Open source repository for disastercheckin.com
https://disastercheckin.com
MIT License
7 stars 11 forks source link

Subscribe to phone number #5

Closed johnrudolph closed 1 month ago

johnrudolph commented 1 month ago

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 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.