Registration questions (per-offering intake forms) #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Per-offering intake questions a registrant must answer; answers stored against the lesson or enrolment.
Spec:
docs/features/registration-questions.mdScope
{prefix}us_questions(offering_id, label, field_type, options JSON, is_required, sort_order, is_active) and{prefix}us_question_answers(polymorphicregistration_type/registration_id)src/Registration/:Question,Answer,QuestionRepository,AnswerRepository,QuestionController,QuestionEndpointGET /offerings/{id}/questions(public);POST/PATCH/DELETE /questions(manage_questions+ owner)Acceptance
tests/Unit/Registration/passingClosing as complete. Implemented and merged in PR #11 (Registration Questions domain).