# 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 to `qna.QNA` model - `user` => foreign key related to `user.User` model, nullable ### CoachProfileView each entry represents one coach profile view - `coach` => foreign key related to `user.User` model - `user` => foreign key related to `user.User` model, nullable ### Share each entry represents one share to social media via frontend - `qna` => foreign key related to `qna.QNA` model - `user` => foreign key related to `user.User` model, nullable ### SocialAuthFailLog ```{admonition} Info :class: 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. ### 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