projectcaluma / ember-caluma

Ember.js addons for Caluma
https://docs.caluma.io/ember-caluma/
GNU Lesser General Public License v3.0
18 stars 22 forks source link

Form builder: Add possibility to display archived forms and questions #45

Open czosel opened 5 years ago

czosel commented 5 years ago

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?

fkm commented 5 years ago

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:

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 commented 5 years ago

First part is done #50