Statistic#
/statistic/models.py.this app contains all entry related to statistics except user engagements
Models#
View#
each entry represents one post view
qna_object=> foreign key related toqna.QNAmodeluser=> foreign key related touser.Usermodel, nullable
CoachProfileView#
each entry represents one coach profile view
coach=> foreign key related touser.Usermodeluser=> foreign key related touser.Usermodel, nullable
AskQuestionTrackingCode#
each entry represents one tracking code for front end tracking purposes
AskQuestionTracking#
each entry represents one tracking instance
the major purpose of this tracking is to observe in what stage users drop out during the front end ask question process
it is also used to track the click through / transaction of some links
SocialAuthFailLog#
Info
Not actively followed since Jun 2020
each entry represents one error raised on front end during social authentication. used for debug of social auth in early stage.