关于如何提出评论/社交网络解决方案的建议
首先我想说这是一个多么棒的网站。
我计划向我正在编写的移动应用程序(Android)添加评论部分。我认为很酷的一件事是让每个用户发表的所有评论都可以在用户主页上找到。所以我有一些问题,
- 你认为这是个好主意吗?
- 有可用的开源解决方案吗?
- 对软件架构有什么建议吗?
Firstly I would like to say what a great site this is.
I am planning to add a Comments section to a mobile application (Android) I am writing. One thing that I thought would be cool was to have all the Comments made by each user, available on a user home page. So I have some questions
- do you think this is a good idea?
- is there an open source solution available?
- any advice on the software architecture?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试社交:www.GetSocialize.com
它提供应用内评论、点赞、分享+发布到 Facebook
Try Socialize: www.GetSocialize.com
It offers in-app comments, likes, sharing + posting out to Facebook
这完全取决于应用程序。如果人们可能会关心其他人的评论,那么当然!大胆试试吧!如果它是一个让我写日记的应用程序,那么不行,不要让其他用户评论它。我们需要更多关于您目前对该应用程序的计划的详细信息。
您已经拥有什么以及用户如何登录?想必您在某个地方有一些他们登录的服务器?这里的标准答案是使用 Ruby on Rails(开源)和开源插件来获取评论等社交网络功能(社区引擎 例如)。
你最舒服的是什么?最适合您的项目的架构是您工作起来最舒服的架构。这是最有可能使项目成功的方法。
It totally depends on the application. If it's something where people might care about other people's comments then sure! Go for it! If it's an app that lets me write a diary, then no, don't let other users comment on it. We'd need more details on what your plans for the app are at the moment.
What have you got already and how do users log in? Presumably you have some server somewhere they log onto? The standard answer here would be to use Ruby on Rails (open source) and an open source plugin to get social networking functionality like comments (Community Engine for example).
What are you most comfortable with? The best architecture for your project is the one where you're most comfortable working. That's the one that's most likely to make the project a success.