Boavizta / boaviztapi

🛠 Giving access to BOAVIZTA reference data and methodologies trough a RESTful API
GNU Affero General Public License v3.0
66 stars 23 forks source link

Add CPU parser #130

Closed da-ekchajzer closed 10 months ago

da-ekchajzer commented 1 year ago

Problem

To extend the autocomplete feature of the CPU information from the name, we need to pre-register the CPU information.

The necessary information are the following :

Our current dataset ⇒ https://github.com/Boavizta/boaviztapi/blob/dev/boaviztapi/data/components/cpu_index.csv

We could automate the data collection process with parser or find existing datasets

da-ekchajzer commented 10 months ago

Fix with https://github.com/Boavizta/boaviztapi/issues/199