inxilpro / disastercheckin.com

Open source repository for disastercheckin.com
MIT License
2 stars 6 forks source link

Store updates from Reporter #3

Open johnrudolph opened 4 hours ago

johnrudolph commented 4 hours ago

When we receive a message from any number, containing the key word "UPDATE", store the body of the text in the Updates table. This table should just have an id for a phone number, and the content of the message. Probably also the time stamp received (which we will have from the webhook).

Note: if this is the first update for the phone number, also create a phone number in that table.