论坛交流模块
2017-04-12 15:22:11 0 举报
论坛交流模块是一个在线社区,它提供了一个平台,让用户可以在这里分享他们的想法、经验和知识。这个模块通常包括一个或多个板块,每个板块都有其特定的主题或话题。用户可以在论坛上发表新帖,回复其他用户的帖子,或者对某个帖子进行投票。此外,论坛交流模块还可能包括一些其他功能,如私信、通知、搜索和用户管理等。通过使用论坛交流模块,用户可以更好地了解彼此,建立联系,并共同探讨感兴趣的话题。总之,论坛交流模块是一个非常有用的工具,它能够帮助用户在一个友好、互动的环境中交流思想、分享信息和建立联系。
作者其他创作
大纲/内容
1:1
showInfoCtrol
+showSubjects()+showOneSubject()+showQuestions()+goodPerson()+showPractice()+showPersonInfo()+showSingleQuestion()+getImage()
1:n
UserSchema
+findOne(id)+create(userSchema)+remove(id)+update(userSchema)
visitor
+Visitor()
AnswerSchema
+content:String+user:mongoose.Schema.Types.ObjectId+created:Date+likeNum
forturnView
+showQuestions()+askQuestions()+answerQuestion()+focusQuestion()+doLike()
QuestionSchema
+content:String+user:mongoose.Schema.Types.ObjectId+created:Date+isFocus:String+beFocused:[]+answers:[answerSchema]
+findOne(id)+create(QuestionSchema)+remove(id)+update(QuestionSchema)
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()
basicCtrol
+focusSubject()+comment()+reply()+doLike()+focusQuestion()+checkLogin()+updatePersonInfo()
0 条评论
下一页