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 to read config properties from a file #2

Closed triton2997 closed 3 years ago

triton2997 commented 3 years ago

Date:

7/5/21

Description:

Functionalities of module:

  1. Read properties given in a file
  2. Check whether the parameters provided in the file are of the correct type
  3. Create a dictionary using the properties
  4. In case of multiple sets of parameters, create a dictionary for each of them
  5. Return a list of property dictionaries

Options for file type:

  1. JSON
  2. XML
  3. Raw text file

Impact:

Core functionality module. Provides first level type checking on parameters provided.

Priority: 1

Estimated efforts (person hours): 3

ETA:

triton2997 commented 3 years ago

v1 development and testing complete Deployed on CWN_SERVER