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

Custom form questions #597

Merged
merged 7 commits into from
Jul 25, 2020
Merged

Custom form questions #597

merged 7 commits into from
Jul 25, 2020

Commits on Jul 24, 2020

  1. Serialize Form with questions in asks/offers

    Not used yet. Also renames Form.form_questions -> questions.
    
    Co-authored-by: maebeale <maebeale@gmail.com>
    solebared and maebeale committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    efe0c7f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Render custom questions on Ask, Offer forms

    For now, does not take question type into account, just renders all of
    them as string fields. Also doesn't render the question hint_text.
    solebared committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    23b8f67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61d68a2 View commit details
    Browse the repository at this point in the history
  3. Comment out Submission update bc there's something wrong w the way we…

    …'re creating SubmissionResponses
    maebeale committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    45f4baa View commit details
    Browse the repository at this point in the history
  4. Add changelog note

    maebeale committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    7062857 View commit details
    Browse the repository at this point in the history
  5. Fix spec broken in 23b8f67

    solebared committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    f07ab82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a19e32a View commit details
    Browse the repository at this point in the history