社区“团体”功能(Ruby on Rails)
是否有任何好的示例/插件允许用户在社区应用程序中创建组。例如,我想创建一个 Group 类并将其添加到诸如 Community Engine (http://communityengine.org/< /a>)。本质上,用户需要能够创建和管理其他用户可以加入的群组(很像 Facebook 页面)。谢谢!
Are there any good examples/plugins that enable users to create groups within a community application. For example, I would like to create a Group class and add it to something like Community Engine (http://communityengine.org/). Essentially, users need to be able to create and manage groups that other users can join (much like Facebook Pages). Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
插件有助于向应用程序添加特定功能,但请注意使用提供超出所需功能的插件。社区引擎看起来提供了大量功能,但可能不仅仅是您想要添加的组方面。在投资集成现有库之前,可能值得在白板上列出您的具体想法。整合一些不完美的东西最终需要付出更多的努力。
Plugins can be helpful to add specific functionality to an app but beware of using plugins that offer way more than is needed. The Community Engine looks like it offers a significant number of features but may be more than just the groups aspect you're looking to add. It might be worthwhile whiteboarding out what specific ideas you have before investing in integration of an existing library. Integration of something that doesn't fit perfectly will eventually take more effort.