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]: Mail body generator module #3

Closed triton2997 closed 3 years ago

triton2997 commented 3 years ago

Date: 7/5/21

Description:

Core functionalities:

  1. Accept a list of lists containing slots, and the count
  2. Based on number of slots and the count, generate an HTML mail body with styling
  3. If count is 0, generate mail saying no slots are available
  4. If count is positive, generate a table with styling and the correct columns
  5. If count is -1, generate a mail for configuration error

Impact:

Core functionality module. Enables correct communication to be sent to the user.

Priority: 1

Estimated efforts (person hours): 3

ETA:

triton2997 commented 3 years ago

v1 development and testing complete Deployed on CWN_SERVER