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
@vikasrohit@rakibansary@sushilshinde@Oanh-and-only-Oanh , Some of the data is present in both basic_info and connect_info (City, State , Zip and Country). At present these are mapped to the connect_info traits. I think they should be mapped to the basic_info traits as these are more visible to the new user (from the profile settings page on community app https://www.topcoder-dev.com/settings/profile) when compared to the connect profile page https://connect.topcoder-dev.com/settings/profile). Another reason is that city and state are grouped together with the addresses in the front end and it makes more sense to store them in the basic info traits addresses field.
The text was updated successfully, but these errors were encountered:
@rakibansary , country value is not getting updated in basic_info traits and is only saving to the connect_info traits. The city state and zip ate getting saved to both basic_info and connect_info which is fine.
The field trait mapping should be the below:
@vikasrohit @rakibansary @sushilshinde @Oanh-and-only-Oanh , Some of the data is present in both basic_info and connect_info (City, State , Zip and Country). At present these are mapped to the connect_info traits. I think they should be mapped to the basic_info traits as these are more visible to the new user (from the profile settings page on community app https://www.topcoder-dev.com/settings/profile) when compared to the connect profile page https://connect.topcoder-dev.com/settings/profile). Another reason is that city and state are grouped together with the addresses in the front end and it makes more sense to store them in the basic info traits addresses field.
The text was updated successfully, but these errors were encountered: