Follow Button
Closed this issue · 5 comments
AliOsm commented
Problem
- Users can't follow each other.
Suggested Solution
- Add Twitter like following mechanism to allow users to follow each other.
emad-elsaid commented
That's also a good feature, also one of the basic social feature, any idea about the implementation ?
AliOsm commented
I don't have a strong plan on how to implement this, but I'm thinking about one of the following gems:
What do you think?
emad-elsaid commented
Again this feature doesn't need gems to implement it, a simple implementation is a model for follower, user
and that would be all
AliOsm commented
I like how you don't like to use gems in your projects :3
I will start developing this feature and make a pull request ASAP.
emad-elsaid commented
Nice, I recommend you open a draft pull request as soon as you have something, even just models, this way we can think together about the implementation