Actions
ClientProject #1368
openCR: Fetch Makers Dynamically and Implement Dynamic Pages for Each Maker
Start date:
12/05/2024
Due date:
12/06/2024 (about 16 months late)
% Done:
100%
Estimated time:
2:00 h
Spent time:
Description
Objective¶
- Dynamically fetch and display maker-specific data on dedicated pages with URLs structured as
/maker/[makerName].
Task Checklist¶
- Fetch all makers from the API or database.
-
Dynamically generate pages for each maker with the URL format
/maker/[makerName]. -
Ensure that
[makerName]is replaced dynamically based on the fetched maker data (e.g.,/maker/toyota). - Display maker-specific details and content on each dynamically generated page.
Success Criteria¶
- Pages for all makers are dynamically created and accessible via
/maker/[makerName]. - Maker-specific data is accurately fetched and displayed on each page.
- The implementation is SEO-friendly, with proper metadata and structure.
Summary Task List¶
- Fetch maker data for dynamic page generation.
-
Create dynamic routes for
/maker/[makerName]. - Test and validate the functionality and correctness of each dynamically generated page.
Actions