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.
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):
Checklist:
Test Configuration: