VermontDepartmentOfHealth / covid-bot

A knowledge base & automated chatbot from the Vermont Department of Health with info for the COVID-19 response
https://vermontdepartmentofhealth.github.io/covid-bot/
MIT License
3 stars 2 forks source link

enhance historical changes #67

Closed KyleMit closed 4 years ago

KyleMit commented 4 years ago

Possible archive format:

[
    {
        "id": 4534,
        "revs": [
            {
                "date": "2020-07-13",
                "question": "What are the symptoms of CoronaVirus",
                "answer": "People with COVID-19 have had a wide range of symptoms reported"
            },
            {
                "date": "2020-07-14",
                "question": "What are the symptoms of COVID-19?",
                "answer": "People with COVID-19 have had a wide range of symptoms reported"
            }
        ]
    }
]
KyleMit commented 4 years ago