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

Adding comment related API functionality #249

Closed
BerkeArgin opened this issue Jan 2, 2022 · 1 comment
Closed

Adding comment related API functionality #249

BerkeArgin opened this issue Jan 2, 2022 · 1 comment
Assignees
Labels
Platform: Backend Backend Related Question Priority: Medium Status: In Progress Work is currently continuing

Comments

@BerkeArgin
Copy link
Collaborator

This is not very crutial for now, but it looks quite straightforward so I will try to address this requirement now. We discussed specifications as:

  • Returned comment objects will contain id:<comment_id>, poster_id:<user_id> ,body:<str>, replies: [<comments>], created_date: <date> fields.
  • Comments will be rendered in a special page containing only the post itself.
  • Comments will be generated by entrypoint taking fields post_id:<post_id>, body:<str>, replied_to:<comnent_id>
@BerkeArgin BerkeArgin added Priority: Medium Status: In Progress Work is currently continuing Platform: Backend Backend Related Question labels Jan 2, 2022
@BerkeArgin BerkeArgin self-assigned this Jan 2, 2022
@BerkeArgin
Copy link
Collaborator Author

API endpoints are complete #255. I'm closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Backend Backend Related Question Priority: Medium Status: In Progress Work is currently continuing
Projects
None yet
Development

No branches or pull requests

1 participant