Skip to content

[FEATURE] Forum for Q&A: Database Schema #216

@n1sh1thaS

Description

@n1sh1thaS

The forum feature allows students to ask career-related questions and alumni/other students can provide a response.

This task includes creating collections in the MongoDB to store questions and answers. You should also create models in backend/src/models/

Question:

  • id
  • question title
  • question content
  • user id
  • created date
  • modified date
  • answers (array of answer id's)

Answer:

  • id
  • user id
  • answer content
  • created date
  • modified date

Metadata

Metadata

Assignees

Labels

requestFeature request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions