emad-elsaid/rubyfunctions

Follow Button

Closed this issue · 5 comments

Problem

  • Users can't follow each other.

Suggested Solution

  • Add Twitter like following mechanism to allow users to follow each other.

That's also a good feature, also one of the basic social feature, any idea about the implementation ?

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?

Again this feature doesn't need gems to implement it, a simple implementation is a model for follower, user and that would be all

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.

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