Project

General

Profile

ClientProject #1368

Updated by Md.Sajib Ahmed over 1 year ago

 
 ### **Objective** 

 - Dynamically fetch and display maker-specific data on dedicated pages with URLs structured as `/maker/[makerName]`. 

 --- 

 ### **Task Checklist** 

 - [x] [ ] Fetch all makers from the API or database. 
 - [x] [ ] Dynamically generate pages for each maker with the URL format `/maker/[makerName]`. 
 - [x] [ ] Ensure that `[makerName]` is replaced dynamically based on the fetched maker data (e.g., `/maker/toyota`). 
 - [x] [ ] 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** 

 - [x] [ ] Fetch maker data for dynamic page generation. 
 - [x] [ ] Create dynamic routes for `/maker/[makerName]`. 
 - [x] [ ] Test and validate the functionality and correctness of each dynamically generated page. 

Back