When a maker clicks on any project's detail, they should be able to see the basic details of the consumer who posted the project. This information should appear below the project details.
Requirements
Project Detail View:
When a maker clicks on a project, they should be taken to the project detail view.
The project detail view should display all relevant information about the project.
Consumer Details Display:
Below the project details, display a section with the consumer's basic details.
The consumer details should include:
Name
Profile picture
Contact information (e.g., email, phone number)
Brief bio or description
Ensure the consumer details section is visually distinct and easy to locate.
Acceptance Criteria
Makers can navigate to a project's detail view.
The project detail view includes a section with the consumer's basic details.
The consumer details are displayed accurately and are easy to read.
The interface is responsive and works well on various devices.
Additional Information
Ensure the component is responsive and accessible.
Provide clear error messages for any issues in fetching or displaying the consumer details.
Mockups / Examples
Provide any mockups or examples of the desired component if available.
Technical Requirements
Ensure compatibility with the existing tech stack of the project.
Utilize efficient algorithms to fetch and display consumer details without significant performance degradation.
Steps to Implement
Update Backend Endpoint:
Modify the project detail endpoint to include consumer information.
Description
When a maker clicks on any project's detail, they should be able to see the basic details of the consumer who posted the project. This information should appear below the project details.
Requirements
Project Detail View:
Consumer Details Display:
Acceptance Criteria
Additional Information
Mockups / Examples
Provide any mockups or examples of the desired component if available.
Technical Requirements
Steps to Implement
Update Backend Endpoint:
Update Frontend Component:
Integrate and Test:
Tasks