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