Is your feature request related to a problem? Please describe.
At the moment the cube info scraper does not output a value for the series, model and version name fields of the cube submission page. This leaves users forced to input them themselves which is not optimal for a feature that is suppose to autofill as much fields as possible. And the cube name is the easiest information to get as it is always available, we just need to divide it in the different fields.
Describe the solution you'd like
We should make the cube info scraper able to give the series, model and version name of the cube from its name. Maybe by making an ML model which will divide the cube name extracted from the store's product page into the three parts sought: series, model and version name.
Describe alternatives you've considered
By leaving the user input these fields themselves
Additional context
This needs more taking as maybe making an ML model is overkill and there is a simpler way to do it.
Also this issue depends on this one [not yet created, will edit later] from CubeIndex
Is your feature request related to a problem? Please describe.
At the moment the cube info scraper does not output a value for the series, model and version name fields of the cube submission page. This leaves users forced to input them themselves which is not optimal for a feature that is suppose to autofill as much fields as possible. And the cube name is the easiest information to get as it is always available, we just need to divide it in the different fields.
Describe the solution you'd like
We should make the cube info scraper able to give the series, model and version name of the cube from its name. Maybe by making an ML model which will divide the cube name extracted from the store's product page into the three parts sought: series, model and version name.
Describe alternatives you've considered
By leaving the user input these fields themselves
Additional context
This needs more taking as maybe making an ML model is overkill and there is a simpler way to do it.
Also this issue depends on this one [not yet created, will edit later] from CubeIndex