Project

General

Profile

ClientProject #1369

Updated by Md.Sajib Ahmed over 1 year ago

### **Objective** 

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

 --- 

 ### **Task Checklist** 

 - [x] [ ] Fetch all models from the API or database. 
 - [x] [ ] Dynamically generate pages for each maker with the URL format `/maker/[modelName]`. 
 - [x] [ ] Ensure that `[makerName]` is replaced dynamically based on the fetched maker data (e.g., `/model/corona`). 
 - [x] [ ] Display maker-specific details and content on each dynamically generated page. 

 --- 

 ### **Success Criteria** 

 - Pages for all makers are dynamically created and accessible via `/model/[modelName]`. 
 - 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 `/model/[modelName]`. 
 - [x] [ ] Test and validate the functionality and correctness of each dynamically generated page. 

Back