CS3219-AY2324S1 / ay2324s1-course-assessment-g11

ay2324s1-course-assessment-g11 created by GitHub Classroom
MIT License
3 stars 2 forks source link

Question Service - Add new data types to support community authors #81

Closed ong6 closed 1 year ago

chunweii commented 1 year ago

Currently, there is a field in the mongodb schema called author (type string).

The Question type also includes an author attribute with type string.

As discussed, we can assign leetcode questions with the special author name "leetcode", or we can leave it blank. Also, we can store the user id as the author.

The creation of question has not been linked to the frontend. I think that is the more critical issue to work on now