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]: Cowin slot notifier v2 changes #18

Closed triton2997 closed 3 years ago

triton2997 commented 3 years ago

Date: 08/07/2021

Description:

  1. Move constants to config file, and read them at runtime
  2. Add exception handling
  3. Change config.json to params.json. Propagate this change throughout the code(config/props -> params)

Impact:

v2 updates will improve build quality and code quality

Priority: 1

Estimated efforts (person hours): 7

ETA:

triton2997 commented 3 years ago

v2 changes merged in #32

Pending changes to be taken up in v3:

  1. Move constants to configs file and read at runtime