Skip to content

Latest commit

 

History

History
executable file
·
22 lines (20 loc) · 830 Bytes

README.md

File metadata and controls

executable file
·
22 lines (20 loc) · 830 Bytes

CJ-MVC

An attempt to make a simple MVC from scratch in PIHP

TO-DO

  • User login should return user_id POST Request
  • Question add POST Request
  • Get Question Details GET Request
  • Get Feeds GET Request (Dicussion on this)
  • Get Answers for a question GET Request (Answer Controller)
  • Upvote an answer GET Request (Answer controller)
  • Profile page UI
  • Question Page UI
  • Add Question UI
  • Add Answer UI
  • Error/Exception handling
  • Use Mysql based quering of database
  • SEO
  • GET Questions by USER ID - for profile page sorted by recent
  • GET Answers By USER ID - for profile page sorted by recent
  • GET FEEDS
  • Compete Writeup