imi-ms / MoPat

Mobile Patient Survey (MoPat) is a Java based web application to create, distribute, complete and export medical questionnaires.
Apache License 2.0
8 stars 1 forks source link

Questionnaire creation workflow overhaul #22

Open ywarnecke opened 4 months ago

ywarnecke commented 4 months ago

The current workflow when creating a new questionnaire requires several jumps between different views of the application.

Most of the time, the workflow includes the same steps in the same order:

Create questionnaire -> Add questions -> Add conditions -> Repeat for more questionnaires -> Create Bundle -> Add bundle to clinic

To make it feel like a more coherent experience, this workflow could be optimized by offering options to automatically navigate to the next workflow step.

The details on how to do this efficiently need some more thought effort.