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
Maybe think of a better name than "interface", but ultimately we should have an easy indication of which interface was used for validating. I think that we can at least mostly figure this out from other information, but we should just have a column in the label_validation table for it. Values would be "ValidateDesktop", "ValidateMobile" (and we can then remove the is_mobile column), "GalleryCard", "GalleryExpanded", "LabelMap", "AdminLabelMap", "AdminLabelSearch", "AdminContributions", etc.
The text was updated successfully, but these errors were encountered:
Brief description of problem/feature
Maybe think of a better name than "interface", but ultimately we should have an easy indication of which interface was used for validating. I think that we can at least mostly figure this out from other information, but we should just have a column in the
label_validation
table for it. Values would be "ValidateDesktop", "ValidateMobile" (and we can then remove theis_mobile
column), "GalleryCard", "GalleryExpanded", "LabelMap", "AdminLabelMap", "AdminLabelSearch", "AdminContributions", etc.The text was updated successfully, but these errors were encountered: