个人中心
2017-04-12 15:37:42 0 举报
个人中心是用户在网站或应用中的主要操作区域,集中展示了用户的个人信息、功能设置和相关数据。在这里,用户可以方便地查看和管理自己的资料,如头像、昵称、联系方式等。同时,个人中心还提供了各种实用功能,如消息通知、收藏夹、订单管理等,帮助用户更好地使用平台。此外,个人中心还支持个性化设置,让用户可以根据自己的喜好调整界面布局、主题颜色等。总之,个人中心是用户在互联网上的私人空间,为用户提供了一站式的服务体验。
作者其他创作
大纲/内容
showInfoCtrol
+showSubjects()+showOneSubject()+showQuestions()+goodPerson()+showPractice()+showPersonInfo()+showSingleQuestion()+getImage()
QuestionSchema
+content:String+user:mongoose.Schema.Types.ObjectId+created:Date+isFocus:String+beFocused:[]+answers:[answerSchema]
+findOne(id)+create(QuestionSchema)+remove(id)+update(QuestionSchema)
1:1
1:n
User
+userName: String +password: String+created: Date+power:Number+portrait:String+wechat:String+qq:String+phone:String+signature:String+mySubjects[subjectSchema]+progress:Number+myQuestions[questionSchema]+myFocusQuestions[questionSchema]+myGrades[questionSchema]+myLikes:answers:[]+myAnswers:answers:[answerSchema]+myComments:subjects:[subjectSchema]
+User()
SubjectSchema
+findOne(id)+create(SubjectSchema)+remove(id)+update(SubjectSchema)
UserSchema
+findOne(id)+create(userSchema)+remove(id)+update(userSchema)
personalView
+showPersonInfo()+updatePersonInfo()
basicCtrol
+focusSubject()+comment()+reply()+doLike()+focusQuestion()+checkLogin()+updatePersonInfo()
0 条评论
下一页