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
Vocab Collector should return a default response if a vocab was not found or not set for a particular user.
It doesn’t make sense to return an empty result set if vocab is missing for a particular search. Since the frontend needs this data for display purposes, vocab collector should gracefully fall back to the default values if nothing was found.
Which in this case would be based on 2 checks.
If a value exists in the vocab table, then use that value
If no value exists, then use the name of the table, as well as the singular and plural forms
The text was updated successfully, but these errors were encountered:
Vocab Collector should return a default response if a vocab was not found or not set for a particular user.
It doesn’t make sense to return an empty result set if vocab is missing for a particular search. Since the frontend needs this data for display purposes, vocab collector should gracefully fall back to the default values if nothing was found.
Which in this case would be based on 2 checks.
If a value exists in the vocab table, then use that value
If no value exists, then use the name of the table, as well as the singular and plural forms
The text was updated successfully, but these errors were encountered: