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
The classifications show consistency across data sets (e.g., ethnicity, gender) – we can likely pre-populate. That should happen upon initialization of an MCI.
E.g., we run a migrations script that adds the data! (New issue forthcoming.)
But why not create it when POSTing a user? You end up with the possibility of adding bad data, e.g., misspellings.
Should we populate Gender, Ethnicity, Education Level, and Employment Status when POSTing a new user, if those values do not exist in the database?
Currently, we raise an error, if someone POSTs, say, a gender but that gender does not exist in the database:
master-client-index/mci/api/v1_0_0/user_handler.py
Line 156 in 78d98f4
The text was updated successfully, but these errors were encountered: