ContriHUB / EAT_EASY

EatEasy- A mess management website , Managing Complaints Mastering Satisfaction
MIT License
0 stars 18 forks source link

Enable Viewing of Individual Complaint Details under all complaints s… #23

Closed Vaishnavi1047 closed 1 month ago

Vaishnavi1047 commented 1 month ago

Enable Viewing of Individual Complaint Details under all complaints section

Description

Currently, there is no functionality to view individual complaints when clicking on a complaint title. This feature would allow users to click on any complaint title and open the corresponding complaint details.

When a user clicks on any complaint title in the 'All Complaints' view, it should trigger an API call (already available in the complaintApi.js file) to fetch the individual complaint data. The page that will be rendered after the API call will be the IndividualComplaint component/page, which is located under the warden folder. The fetched data will be displayed on the IndividualComplaint page, showing the detailed information of the selected complaint.

Fixes #22

Screenshots (if appropriate):

Screenshot 2024-10-22 175135

Screenshot 2024-10-22 112038 Screenshot 2024-10-22 112049 Screenshot 2024-10-22 175020 Screenshot 2024-10-22 175026

Checklist:

Test Configuration: