triton2997 / cowin-slot-notifier

Utility that automatically alerts via email if slots are available on the CoWIN portal. Provides rich filtering by list of pincodes, type of vaccine, dose number, etc
0 stars 0 forks source link

[FEATURE]: Module for checking slot availability based on parameters #1

Closed triton2997 closed 3 years ago

triton2997 commented 3 years ago

Date:

Description:

Based on parameters provided in a dictionary of properties, module will:

  1. Check for slots by making a call to the public CoWIN API
  2. Retrieve district ID based on State and District provided
  3. Filter based on parameters provided
  4. Create a 2-D array with the slots retrieved
  5. If State and District provided are not correct, module returns a None object

Impact:

Core functionality module

Priority: 1

Estimated efforts (person hours): 3

ETA:

triton2997 commented 3 years ago

Module development and testing complete

triton2997 commented 3 years ago

Reopening to incorporate following changes:

  1. Slots returned should be for today and tomorrow
triton2997 commented 3 years ago

v1 development and testing complete Deployed on CWN_SERVER