Repos that we’ll change
Overview
The goal of this feature is to improve the Customer Page by adding a component to display the available user Addresses. This development involves implementing a GraphQL query to fetch saved addresses from the backend and presenting them to the Customer Page.
Requirements
Display individual user addresses in the customer page according to design available in Figma, receiving address details as props and render them.
Implement GraphQL query that needs to request the necessary address fields (e.g. street, number, restaurant name…) to be loaded at Customer Page.
Create a new TypeScript interface to ensure type safety of the component data.
0 Comments