Actions
ClientProject #1371
openCR: Implement Dynamic Pages for Make, Model, and Year with Static Site Generation (SSG)
Start date:
12/05/2024
Due date:
12/06/2024 (about 16 months late)
% Done:
100%
Estimated time:
4:00 h
Spent time:
Description
Objective¶
- Create dynamic pages for the vehicle make, model, and year with URLs structured as
/[make]/[model]and/[make]/[model]/[year], ensuring they are statically generated at build time for optimal performance.
Task Checklist¶
-
Generate dynamic pages for the
/[make]/[model]route. -
Generate dynamic pages for the
/[make]/[model]/[year]route. - Fetch required data for all dynamic pages during the build process.
- Implement SSG for all pages to ensure pre-rendering during build time.
- Validate that all dynamic pages are correctly generated and accessible.
Success Criteria¶
- The
/[make]/[model]and/[make]/[model]/[year]pages are statically generated and accessible. - Data fetching during build time ensures accuracy and performance.
- Pages load quickly with complete and accurate data.
- The implementation supports scalability as new make, model, and year data are added.
Summary Task List¶
-
Create
/[make]/[model]dynamic route with SSG. -
Create
/[make]/[model]/[year]dynamic route with SSG. - Test the functionality and performance of all dynamically generated pages.
Updated by Md.Sajib Ahmed over 1 year ago
- Status changed from To Do to Complete
- % Done changed from 0 to 100
Updated by Md.Sajib Ahmed about 1 year ago
- Subject changed from Implement Dynamic Pages for Make, Model, and Year with Static Site Generation (SSG) to CR: Implement Dynamic Pages for Make, Model, and Year with Static Site Generation (SSG)
Actions