-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activity Feed #11
Comments
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 :) |
@andrzejkrzywda I'm also curious about PullRequestAccepted event - what do you mean by that? |
@andrzejkrzywda have you seen Nadia’s comments?😇 |
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. |
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.
The text was updated successfully, but these errors were encountered: