GoCorona-org / Backend

GNU General Public License v3.0
0 stars 2 forks source link

Need a separate API for Travel Questionnaire #31

Closed theTechie closed 4 years ago

theTechie commented 4 years ago

Looking at the /corona_app/medmap, it looks like all the travel questions are also integrated into the same API.

But, as per the UI designs, travel questions are grouped separately; so we will need a separate API which we will POST to with answers to all travel-related questions.

image

theTechie commented 4 years ago

@sanjanamoha @wadkar @Aakashv6 @codeJRV

sanjanamoha commented 4 years ago

A separate endpoint for the travel questionnaire was created at "/medmap/{med_uuid}" URL with a PUT request.