Connected HomePage to the backend. Used endpoint : /collections/:customerId to retrieve all collections associated with a customer. When clicking on a collection, all gifts displayed on the HomePage should come from the currently selected collection. Currently
How Has This Been Tested?
Looked at in browser.
Checklist:
[X] I have performed a self-review of my code
[X] I have reached out to another developer to review my code
[X] I have commented my code, particularly in hard-to-understand areas
[X] New and existing unit tests pass locally with my changes
Description
Connected HomePage to the backend. Used endpoint : /collections/:customerId to retrieve all collections associated with a customer. When clicking on a collection, all gifts displayed on the HomePage should come from the currently selected collection. Currently
How Has This Been Tested?
Looked at in browser.
Checklist: