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 mail body generator module to generate HTML mail body #13

Closed triton2997 closed 3 years ago

triton2997 commented 3 years ago

Feature: #3

Date: 08/07/2021

Description:

  1. Accepts slots and slot count as parameters
  2. If slot count is greater than 0, generates an HTML table using the slots list and returns it as a string
  3. Else, returns "No slots found" mail

Priority: 1

Estimated efforts (person hours): 6

ETA:

triton2997 commented 3 years ago

Completed development and tested