AymenMach / CodeBlock-SOEN341_Project_F24

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

AT 3.5 - Verify Comment Boxes Functionality #66

Open ImNotNihal opened 1 week ago

ImNotNihal commented 1 week ago

Acceptance Criteria: Comment boxes are displayed below each dimension’s rating scale. Comments can be submitted or left blank without errors. Submitted comments are saved in MongoDB with corresponding ratings.

ImNotNihal commented 15 hours ago

Related to User Story #65: US 3.5 - Add Comment Boxes for Multi-Dimensional Ratings

ImNotNihal commented 12 hours ago

Related to US 3.5 - Add Comment Boxes for Multi-Dimensional Ratings #65 Acceptance Criteria:

  1. User navigates to the peer assessment form where rating scales for each dimension (Conceptual Contribution, Practical Contribution, Work Ethic) are displayed.
  2. User views a comment box located below each dimension’s rating scale, allowing optional feedback for each dimension.
  3. User enters comments in one or more of the comment boxes, providing feedback related to the respective dimension.
  4. User leaves one or more comment boxes blank to verify that submitting without filling all comments is allowed.
  5. User submits the assessment form after providing ratings and optional comments.
  6. User receives a confirmation message indicating that the ratings and comments have been submitted successfully.
  7. User verifies that submitted comments are saved correctly in MongoDB, ensuring each comment is associated with its corresponding rating dimension (Conceptual, Practical, or Work Ethic).
  8. User confirms that leaving comment boxes blank does not produce errors and that only filled comments are saved in the database.