xsreality / covid19-vaccine-tracker

Covid19 Vaccine Tracker and Telegram Bot for India
MIT License
18 stars 3 forks source link

Send notifications only when fresh slots are opened for a Center #56

Closed xsreality closed 3 years ago

xsreality commented 3 years ago

"Fresh Slots" are slots that are opened in a bunch together. Identified by comparing new slots with the last known count.

Check existing Session data for a Center and if new data has higher capacity then existing data then consider this as fresh availability valid for notifications. This is based on the assumption that as slots are booked capacity will keep reducing so will always be lower than existing data in DB.