Skip to content
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

Not all types of GitHub activities are handled #42

Open
Devanshi1500 opened this issue Jan 8, 2022 · 1 comment
Open

Not all types of GitHub activities are handled #42

Devanshi1500 opened this issue Jan 8, 2022 · 1 comment

Comments

@Devanshi1500
Copy link

Devanshi1500 commented Jan 8, 2022

When activities of a user are fetched (activityCount = 20), I noticed that in case of some users, not all 20 were being displayed. This is because defineActivity in methods of src/components/Profile.vue does not handle all types of activities. The activity types which are currently handled are PushEvent, WatchEvent, CreateEvent, DeleteEvent, ForkEvent, PullRequestEvent, PullRequestReviewCommentEvent, IssuesEvent, IssueCommentEvent.

The activity types which are not being handled that I noticed are

I believe these cases should be handled as well.

@Devanshi1500
Copy link
Author

@thelittlewonder I would like to work on this. Not sure if I'll be able to handle all activity types but I can give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant