Skip to content

Conversation

@Ogutu-Brian
Copy link
Owner

What does this PR do?

Modifies the API endpoints to allow consumption by the UI during posting of questions

What are the tasks to be completed?

  • Ensure the endpoints for posting and getting comments can be consumed by front end devs.
  • Ensure responses are well handled for rendering
  • Ensure all tests are passing

How should this be manually tested?

  • Create a virtual environment
    python3.6 -m virutualenv venv

  • Activate the virtual environment

    source venv/bin/activate

  • Cd into venv

  • git checkout ft-post-comment-163708150`

  • Install requirements

    pip install -r requirements.txt

  • run pytest

  • create apostgresql database, questioner

  • Run flask using Development server and test with postman

Screenshots

screenshot from 2019-02-05 14-14-26

What are the relevant pivotal tracker stories?

#163708150

@Ogutu-Brian Ogutu-Brian added bug Something isn't working enhancement New feature or request labels Feb 5, 2019
@Ogutu-Brian Ogutu-Brian merged commit 61105f4 into develop Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants