Skip to content

supremebeing7/stack_overflow_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Clone of Stack Overflow.

  • DONE - As a user, I want to ask a question, so that I can get help with a programming problem I'm having. Users must have an account and sign in to ask questions.
  • DONE - As a user, I want to answer a question, so that I can help somebody else out. Use AJAX to add a response to the question's page without reloading it!
  • DONE - As a user, I want to view a questions and its responses, so that I can get help if I'm having the same problem.
  • SEMI-COMPLETE As a user who asked a question, I want to choose the best answer, so that it is displayed before the other answers and future users see it first. Use AJAX when the user makes their choice, so that the page doesn't need to reload.
  • As a user who didn't ask a question, I want to vote on which answer I think is best, so that higher-voted answers display higher on the page. Another good candidate for AJAX!
  • As a user, I want to search questions, so that it's easier to find what I'm looking for. Hint: Use the Textacular gem for searching.
  • As a user, I want my searches to also look through responses, to increase the chances of finding what I'm looking for.
  • As a user, I want to vote up questions I like, so that awesome questions get displayed higher on the list of questions and on search results.

About

An app built to mirror the functionality of Stack Overflow. Built in Epicodus coding bootcamp. Incomplete functionality, we got hung up on some tricky AJAX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors