-
Notifications
You must be signed in to change notification settings - Fork 12
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
#[132233961] Admins should be able to CRUD questions for the questionnaire #127
base: master
Are you sure you want to change the base?
Conversation
…veiew applicants dashboard
required: false | ||
}, | ||
|
||
{ | ||
question: "What challenge have you faced at work and how did you | ||
deal with it?", | ||
question: "What challenge have you faced at work and how did you deal with it?", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long. [88/80]
}, | ||
|
||
{ | ||
question: "What is your biggest weakness and how do you plan to | ||
overcome it?", | ||
question: "What is your biggest weakness and how do you plan to overcome it?", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long. [86/80]
@@ -0,0 +1,2 @@ | |||
module Admin::QuestionsHelper |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use nested module/class definitions instead of compact style.
@@ -0,0 +1,83 @@ | |||
class Admin::QuestionsController < ApplicationController |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use nested module/class definitions instead of compact style.
[132233961] Admins should be able to CRUD questions for the questionnaire
What does this PR do?
This PR adds functionality that enables administrators to view, add, edit, rank and delete questions that will appear in new artisan questionnaires.
Any background context you want to provide?
New artisans to workdey have to fill out a questionnaire which will give helpful information for the vetting process. This feature enables workdey admins to modify what this questionnaire will ask for.
What are the relevant pivotal tracker stories?
132233961
Screenshots