ember-caluma icon indicating copy to clipboard operation
ember-caluma copied to clipboard

Form builder: Add possibility to display archived forms and questions

Open czosel opened this issue 5 years ago • 2 comments

In order to allow "unarchiving" things, there needs to be a way to find archived things in the first place. Maybe something like a "Show all forms" or "Show archived forms" link below the form list?

czosel avatar Mar 07 '19 12:03 czosel

For forms this is relatively simple: Just add the possibility to show archived forms and link to the usual edit view.

Questions are a little more tricky, because there are two lists:

  • List of questions inside form: Show archived questions as well (disabled/strikethrough) - this lets the user know that there is a question that could potentially be unlinked from the form.
  • List of questions in the entire system (after clicking "+"): Don't show any archived questions (this is already the case)

In the future, when #47 is implemented, the "Archived" toggle should only be displayed on the "global question edit" view, and not on the "form-question edit" view.

fkm avatar Mar 08 '19 16:03 fkm

First part is done #50

fkm avatar Mar 22 '19 09:03 fkm