Kerry-G/Ask-Eng

Question Model backend

Closed this issue · 3 comments

SQL model for Questions.

createQuestion()
updateQuestion()
deleteQuestion()
getQuestionsByUser()
getQuestionsByEngineering()

Question Model:
id
title
text
ups
downs
engineer
user_id
closed (bool)
register_date

What should the branch for this be called?

This feature was finished by the back-end team.