arkency / find-open-source-mentor

A platform to connect junior developers with open source projects
35 stars 11 forks source link

Activity Feed #11

Open andrzejkrzywda opened 5 years ago

andrzejkrzywda commented 5 years ago

Once we allow submitting new projects or issues and once people profiles will be somewhat public, we can implement a basic activity feed - what has happened.

This might be a nice educational issue to work on. There is a number of different implementation strategies possible here:

I'd go for the event-driven implementation, but this may be too hard for the beginning to many people. So for now, I'm assuming that any implementation is fine.

n-gb commented 5 years ago

Reference for future implementers of this issue: here is the link to pretty detailed tutorial to public_activity gem, which can be used to make Activity Feed.

@andrzejkrzywda I agree that event-driven implementation will be too complicated. Maybe it would be easier if this task was divided into a greater number of smaller tasks, so if you'd like to have this strategy specifically - please consider making them :)

n-gb commented 5 years ago

@andrzejkrzywda I'm also curious about PullRequestAccepted event - what do you mean by that?

oxanayoxana commented 5 years ago

@andrzejkrzywda have you seen Nadia’s comments?😇

andrzejkrzywda commented 5 years ago

For the first implementation let's go with some gem, as a start and we will see how it goes. public_activity might be a good try. Let's postpone the event-driven ideas for later.