953740669wu / CITS3403

0 stars 0 forks source link

Comment on event page failed #97

Open YunhaoJin02 opened 1 month ago

YunhaoJin02 commented 1 month ago

Cannot Comment on Event Page #2

Problem

Users are unable to leave comments on the event page. After submitting a comment, it does not appear on the page as expected.

Steps to Reproduce

  1. Go to the event page.
  2. Click the comment button and enter a comment.
  3. Submit the comment.

Expected Behavior

The comment should appear under the event after it is submitted.

Actual Behavior

The comment does not appear; the page does not reflect any change, as if no comment was submitted.

Possible Cause

The issue may be due to the backend database not updating with the new comment data or the frontend not properly retrieving or displaying the updated data. An investigation into the backend API response and frontend rendering logic is recommended.