Actions
ClientProject #1375
openIntegrate Country Listing in Footer and Implement Country-Specific Product View
Start date:
12/05/2024
Due date:
12/09/2024 (about 16 months late)
% Done:
0%
Estimated time:
2:00 h
Description
Objective¶
- Add a country listing feature in the footer section, enable redirection to country-specific product pages, and implement product viewing functionality.
Task Checklist¶
- Fetch data for 10 to 12 countries using the API and display them in the footer section.
-
Ensure each country in the footer links to
/all-stock/[country-name]. -
On the
/all-stock/[country-name]page, display products related to the selected country. - Initially load 10 to 12 products on the country-specific product page.
-
Add an "Explore" button in the footer that redirects to the
/all-stockpage for viewing all products.
Success Criteria¶
- The footer displays a list of 10 to 12 countries fetched from the API.
- Clicking a country link redirects to the correct
/all-stock/[country-name]page. - Country-specific product pages load the related products correctly, with 10 to 12 products displayed initially.
- The "Explore" button works as intended and redirects to the
/all-stockpage.
Summary Task List¶
- Fetch country data and integrate it into the footer.
-
Implement redirection to
/all-stock/[country-name]for country-specific pages. - Display initial products for selected countries.
- Add and configure the "Explore" button functionality.
Actions