Skip to content

Instantly share code, notes, and snippets.

@surendra-wal
Last active April 18, 2019 12:31
Show Gist options
  • Save surendra-wal/997d17bdca12b8d20b44c695663fcb52 to your computer and use it in GitHub Desktop.
Save surendra-wal/997d17bdca12b8d20b44c695663fcb52 to your computer and use it in GitHub Desktop.
Blog development
  • Your client, a writer wants to start a blog. He wants to blog his article and open it for commenting by anyone viewinthe articles.The application should also have the ability to let the viewers to reply to a comment and further viewers can reply to that reply.This replying can be done for any of the replies and hence there is a hierarchy of replies and comments that is to be maintained.
  • Also all of the comment data should not loaded at once.Only the top 5 comments should be shown and when load more is clicked the next set should be displayed. The same should be done for the replies and the replies to those replies.

Description

  • Post an article
  • Comment on the article
  • Reply to the comment
  • Reply to the reply
  • Replying can be done to any comment or reply.
  • Load more for comments as well as at any of the levels of replies

What's required!

  • A working Heroku link of the deployed application.
  • The Github code repository where the code is hosted.
  • An admin username/password combination to test the application with.
  • 3 Articles with varying levels of commenting and replying.
  • The application must be built on Ruby on Rails.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment