amamolo9986 / The-Porsche-Project

MIT License
0 stars 0 forks source link

Find list of cars #13

Open amamolo9986 opened 1 month ago

amamolo9986 commented 1 month ago

Find or create a list of all Porsche models along with years, could be a CSV or an API. We will need photos of this as well if we are using a CSV, could be VERY time-consuming.

amamolo9986 commented 3 weeks ago

Will create CSV for now just to get moving

amamolo9986 commented 1 week ago

have been working on this and had a few hiccups on how exactly I wanted to create this list, but I think I have it figured out.

Work through the list on the porsche site and just create a list of every single model that is listed along with the year and the descriptions. then we can independently categorize them as needed. We will need to find the notable concepts and the racing models elsewhere I believe, but this will cover almost all of the data that we need. It will be very time consuming too. But we need to start working through this

amamolo9986 commented 1 day ago

Creating one master CSV containing all models and there will be a category column that will contain a keyword of "Series", "Racing" or "Concept" and we can filter this CSV by keyword for the display in Web side