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

Trigger and labels for warnings #72

Open
javierruizorg opened this issue Nov 15, 2019 · 3 comments
Open

Trigger and labels for warnings #72

javierruizorg opened this issue Nov 15, 2019 · 3 comments
Assignees
Labels
important feature A request for a new feature
Milestone

Comments

@javierruizorg
Copy link
Collaborator

The tool needs to provide feedback to users when their responses indicate a risk. This feedback will appear at recap pages (#44) and in the pdf report (#43) but we need the tools to create the triggers.

@javierruizorg javierruizorg added the important feature A request for a new feature label Nov 15, 2019
@javierruizorg javierruizorg added this to the MVP milestone Nov 15, 2019
@dantheta
Copy link
Collaborator

The quickest option for this is to write the trigger expressions into table in a google doc and I'll translate them into code to run during the recap and recap PDF generation. The trigger expressions table should look something like:

slide  |  field name  | condition                                   | alert level          |   message text
       |              |  (checked/selected for check/radio boxes)   | (info/warning/error) |

Otherwise, to get a control panel, editor and database together would take a few days.

@dantheta
Copy link
Collaborator

These have been programmed in, but will need some more testing.

@dantheta
Copy link
Collaborator

Using warning triggers on custom forms (like 2.2 or 2.3) is quite tricky, since we don't know the field names until they've completed 2.1. I'll need to thing about that a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
important feature A request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants