yangxvlin / Family-Artifact-Register

COMP30022 - IT Project - 2019S2 - Capstone Project
GNU General Public License v3.0
3 stars 1 forks source link

[READ ME!!] Database User Storage Overwriting issue #163

Closed Dovermore closed 5 years ago

Dovermore commented 5 years ago

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

Dovermore commented 5 years ago

@yangxvlin @chen-dudu @HaichaoS