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

#164069239 user should be able to highlight and comment on … #41

Merged
merged 1 commit into from
Mar 21, 2019

Conversation

BagzieGracious
Copy link
Contributor

What does this PR do?
This PR enables the user of a system to highlight and comment on any text in an article

Description of Task to be completed?

  • Enable the user to highlight and comment on any text in an article

How should this be manually tested

  • Clone the repo and cd into Ah-backend-aquaman

  • git checkout ft-highlited-comment-164069239

  • pip install -r requirements.txt

  • python manage.py makemigrations

  • python manage.py migrate

  • python manage.py runserver

  • Register and then login into the system

  • The below endpoint will be used

    Comment on highlighted text
    Post http://127.0.0.1:8000/api/articleslug/comments/

Any background context you want to provide?

  • N/A

What are the relevant pivotal tracker stories?

Screenshots

  • First post an article

Screenshot 2019-03-20 at 21 38 10

  • Then comment on highlighted text

Screenshot 2019-03-20 at 21 41 07

@BagzieGracious BagzieGracious force-pushed the ft-highlited-comment-164069239 branch 6 times, most recently from 964c43b to fb4f682 Compare March 21, 2019 08:57
Peace-Apple
Peace-Apple previously approved these changes Mar 21, 2019
wasibani-roy
wasibani-roy previously approved these changes Mar 21, 2019
Peace-Apple
Peace-Apple previously approved these changes Mar 21, 2019
joelethan
joelethan previously approved these changes Mar 21, 2019
@BagzieGracious BagzieGracious force-pushed the ft-highlited-comment-164069239 branch 3 times, most recently from da20ca3 to d746b40 Compare March 21, 2019 09:54
wasibani-roy
wasibani-roy previously approved these changes Mar 21, 2019
@Peace-Apple
Copy link
Contributor

Peace-Apple commented Mar 21, 2019

@BagzieGracious great work, however, could you clear that 0002_auto_20190321_0950.py and have one migration file in articles, you could do this by deleting the migration file and its dependencies then migrate again.

…text

 - Ensure that a user is able to highlight and comment on any text

[Starts #164069239]
@codeclimate
Copy link

codeclimate bot commented Mar 21, 2019

Code Climate has analyzed commit 7fbb702 and detected 0 issues on this pull request.

View more on Code Climate.

@marthamareal marthamareal merged commit 23f208c into develop Mar 21, 2019
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.

None yet

6 participants