You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project has a good start in my opinion. It simply works as a basic tagging system for mongoid. Thanks for the effort.
When working on my project, I realise for social network app, it's very common that a user can tag on many different resources, such as books, posts, even other users. It's important to differentiate those different resources as contexts to address one simple question: how to list all tags of a user for books? Here the result should exclude those tags from this same user for other context, such as posts, or other users.
This project has a good start in my opinion. It simply works as a basic tagging system for mongoid. Thanks for the effort.
When working on my project, I realise for social network app, it's very common that a user can tag on many different resources, such as books, posts, even other users. It's important to differentiate those different resources as contexts to address one simple question: how to list all tags of a user for books? Here the result should exclude those tags from this same user for other context, such as posts, or other users.
I found someone has done this on ActiveRecord, https://github.com/mbleigh/acts-as-taggable-on . Seems not just me has this kind of thoughts. :)
The text was updated successfully, but these errors were encountered: