eHealthAfrica/direct-delivery-dashboard

View on GitHub
couchdb/fixtures/round-start-alert.json

Summary

Maintainability
Test Coverage
{
"docs": [
  {
    "_id": "round-start-email",
    "_rev": "1-6ee1c055b8cf5e894e23d60c3e1cebc1",
    "content": "<p>Hi</p><p>A new round {roundId} has been created for {state}. Start Date : {startDate}, End Date {endDate}</p><p>Thanks</p>",
    "type": "round-start-email",
    "subject": "[VDD] {roundId} has been created"
  }
        ]
}