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

[STORY]: Create module to retrieve slots from CoWIN API based on parameters passed #9

Closed triton2997 closed 3 years ago

triton2997 commented 3 years ago

Feature: #1

Date: 08/07/2021

Description:

Accepts a dictionary as parameters Retrieves district ID based on State and District names given in parameters If State and District are invalid, returns -1 for count to indicate invalid state/district configuration Retrieves slots by calling CoWIN API based on district ID Filters slots retrieved based on parameters Returns slots and slot count

Priority: 1

Estimated efforts (person hours): 8

ETA:

triton2997 commented 3 years ago

Module development v1 completed

Following changes are to be made:

  1. Update module to retrieve slots for next 7 days instead of only today
  2. Add pincode and date information to the slots returned
triton2997 commented 3 years ago

Development and testing complete. Module deployed to CWN_SERVER v2 changes to be taken up in next sprint