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

Adds sentiment analysis to posts. #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Adds sentiment analysis to posts. #38

wants to merge 2 commits into from

Conversation

mattrltrent
Copy link
Member

Primary changes

  • Adds the GET /posts/{post_id}/sentiment route. This allows for users to determine the sentiment of a post via passing in its masked ID.

Secondary changes

  • Adds openapi.yaml documentation for the GET /posts/{post_id}/sentiment route.

Note

  • This route will likely be trivial in nature. It exists for the sake of adding context to the app. Most users probably won't use it, but it gives them something else to explore, which I think is important.

Closes #35.

@mattrltrent mattrltrent added the feature Something to be added or improved upon. label Feb 21, 2023
@mattrltrent mattrltrent requested a review from minitech February 21, 2023 13:03
@mattrltrent mattrltrent self-assigned this Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something to be added or improved upon.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add feature for sentiment analysis of posts.
1 participant