code-kern-ai / refinery

The data scientist's open-source choice to scale, assess and maintain natural language data. Treat training data like a software artifact.
https://www.kern.ai
Apache License 2.0
1.39k stars 66 forks source link

Run attribute calculation for newly uploaded records #241

Closed lumburovskalina closed 1 year ago

lumburovskalina commented 1 year ago

Is your feature request related to a problem? Please describe. If the user uploads new records and there are usable attributes before the user uploads the records, the import would fail because the attribute calculation is not executed for the newly uploaded records.

Describe the solution you'd like Start the attribute calculation for the newly uploaded records for all usable attributes. If the attribute calculation fails, the state of that attribute should be set to failed. If there is at least one attribute running, the button 'Upload records' should be disabled. If there are multiple usable attributes, the tokenization should be executed in the end.

lumburovskalina commented 1 year ago

Steps to implement:

FE:

BE:

Testing:

Review:

Acceptance Tests:

TOTAL: 10h-11h