Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
czosel opened this issue Mar 7, 2019 · 2 comments
Open
Labels
enhancement New feature or request form builder

Comments

@czosel
Copy link
Contributor

czosel commented Mar 7, 2019

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
Copy link
Contributor

fkm commented Mar 8, 2019

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
Copy link
Contributor

fkm commented Mar 22, 2019

First part is done #50

@anehx anehx added enhancement New feature or request form builder labels May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request form builder
Projects
None yet
Development

No branches or pull requests

3 participants