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

[TASK]: Add date and fee information in mail body generator module #29

Closed triton2997 closed 3 years ago

triton2997 commented 3 years ago

Story: #14

Date: 17/07/2021

Description:

  1. Information coming from slot retriever module will be for next 2 days
  2. Add date column in mail body generator module
  3. Add column for fees as well

Task type: Development

Estimated efforts (person hours): 2

Actual efforts (person hours): 1

triton2997 commented 3 years ago
  1. Added date, fee and pincode columns in mail body generator module
  2. Fee column is populated with fees if fee > 0 else populated as "Free"
  3. Tested module to confirm whether it is working correctly