You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work with @cj and @pavan to create a validator that highlights errors as you tag.
This will be a function that's called in the tagging page every time a row is added (saved). It will take as input the table data, active row, as well as the match metadata. It will return an array of taggingError objects.
Each taggingError object will have:
Description: to assist the tagger in correcting the error
An array of cells to highlight as an array of (row,column). (If either is null, highlight the whole column)
An enum called severity (with maybe 3 levels). If it's severe, the form can't be submitted until it's corrected.
The text was updated successfully, but these errors were encountered:
Work with @cj and @pavan to create a validator that highlights errors as you tag.
This will be a function that's called in the tagging page every time a row is added (saved). It will take as input the table data, active row, as well as the match metadata. It will return an array of taggingError objects.
Each taggingError object will have:
The text was updated successfully, but these errors were encountered: