Skip to content

Conversation

@bismitaguha
Copy link
Contributor

@bismitaguha bismitaguha commented Jul 23, 2020

Description

Fixes #11, fixes #12 , fixes #13

Type of Change:

  • Code
  • Quality Assurance
  • Documentation

Code/Quality Assurance Only

  • New feature (non-breaking change which adds functionality pre-approved by mentors)

How Has This Been Tested?

Newman tests

Checklist:

  • My PR follows the style guidelines of this project
  • I have performed a self-review of my own code or materials
  • I have commented my code or provided relevant documentation, particularly in hard-to-understand areas
  • Any dependent changes have been merged

Code/Quality Assurance Only

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been published in downstream modules

@bismitaguha bismitaguha requested a review from Monal5031 July 23, 2020 18:15
Copy link
Contributor

@Monal5031 Monal5031 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the form feedback API in this PR directly and please rebase your PR

Copy link
Contributor

@Monal5031 Monal5031 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Read and Write serializer for Answer and FormFeedback
  2. Move from AnswerView to FormFeedbackView
  3. Keep serializer_class to Read as default and use Write ones as and when needed

…a form

test: Add tests and API docs
feat: Modify conditions in Answer View
feat: Modify read and write serializers for answers and form feedback
feat: Modify Form Feedback read serializer to include values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

As an User, I am able to view my form submissions As an User, I am able to edit the form responses As an User, I am able to fill the form

2 participants