Feature #5301
closedView Request Details
Description
As a Manager/Admin
I want to view all the information related to a customer’s solar installation request
So that I can understand customer requirements and proceed with the next steps.
Acceptance Criteria
AC01: When the user opens a request, the system must display customer details, contact info, address, and project type.
AC02: System must show request metadata: request ID, creation date, service , products used in the service .
AC03: System must show status (New, In Progress, Quoted, Converted, Cancelled).
Files
Subtasks
Related issues
Updated by Karthik Palakonda 7 days ago
- Due date changed from 11/27/2025 to 12/02/2025
- Status changed from New to In Progress
Updated by Karthik Palakonda 7 days ago
- File request.png request.png added
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Yesterday night, I worked on the Request Details page, integrated the required GET API endpoints to display the fetched data, completed the task assigned to me, and pushed the updated code.