DUE TO THE ISSUE OF ABUSING DATABASE DATA CLASS AND MANAGER CLASS. And also to solve potential async overwriting problem.
ALL MANAGERS related to Database will be updated and will deprecate methods taking DATA Object directly almost completely, such as storeUserInfo, and change all public storing method to ONLY accept ID, and no longer ANY DATA CLASS Object.
Bear this in mind when writing future code!!!!
@yangxvlin
@chen-dudu
@HaichaoS
DUE TO THE ISSUE OF ABUSING DATABASE DATA CLASS AND MANAGER CLASS. And also to solve potential async overwriting problem.
ALL MANAGERS related to Database will be updated and will deprecate methods taking DATA Object directly almost completely, such as
storeUserInfo
, and change all public storing method to ONLY accept ID, and no longer ANY DATA CLASS Object.Bear this in mind when writing future code!!!! @yangxvlin @chen-dudu @HaichaoS