OpenClinica / enketo-oc

OpenClinica's fork of the Enketo web forms monorepo
Apache License 2.0
0 stars 1 forks source link

Draggable or minimizable query widget #164

Open MartijnR opened 5 years ago

MartijnR commented 5 years ago

goal is to see areas of the form underneath that are obscured. Draggable would probably be preferred. Minimize could be a one line at top of screen.

MartijnR commented 5 years ago

I think draggable is not technically feasible. We'd have to specify specific zones as dragging destinations and I think even if we could identify those, it may be problematic to implement.

Minimizing is also a bit challenging (with the Grid Theme), because we cannot really squish it inside the form, between questions, where it wouldn't block the view of anything. Instead we could do things like:

Maybe I am overlooking some better option but these are my findings so far.

pbowen-oc commented 5 years ago

We were thinking that a good compromise could be making it be a narrow row that minimally obscures the content underneath when collapsed (so your first bullet point).

MartijnR commented 4 years ago

keep focus on minimized widget (i.e. form is not operational)