AymenMach / CodeBlock-SOEN341_Project_F24

Fall 2024 Web Development Project SOEN341 FL-X
0 stars 0 forks source link

Task 2.12 - Set Up Node.js Endpoints and MongoDB Schema Adjustments to Store Multi-Dimensional Ratings and Comments #41

Open ImNotNihal opened 12 hours ago

ImNotNihal commented 12 hours ago

Adjust MongoDB schema to support storing ratings for multiple dimensions and comments. Implement Node.js endpoints to handle the submission of multi-dimensional ratings.

ImNotNihal commented 12 hours ago

Acceptance Criteria: Schema is updated to store ratings for Conceptual Contribution, Practical Contribution, and Work Ethic, along with comments. API routes are secured and accessible for data submission from the frontend. Related User Story: US 2.4