github-view icon indicating copy to clipboard operation
github-view copied to clipboard

Write code for parsing different events

Open razat249 opened this issue 7 years ago • 0 comments

Given below is the list of optional events which we need to show on the timeline. Some of these are already done. These events are not required right now but it will be great if we can add them.

Use GitHub events API for reference here And also this JSON response will be useful here Use this file for implementation: UserEventsList component

image

optional

  • [ ] CommitCommentEvent
  • [ ] DeleteEvent
  • [ ] DeploymentEvent
  • [ ] DeploymentStatusEvent
  • [ ] DownloadEvent
  • [ ] FollowEvent
  • [ ] ForkApplyEvent
  • [ ] GistEvent
  • [ ] GollumEvent
  • [ ] LabelEvent
  • [ ] MemberEvent
  • [ ] MembershipEvent
  • [ ] MilestoneEvent
  • [ ] OrganizationEvent
  • [ ] OrgBlockEvent
  • [ ] PageBuildEvent
  • [ ] ProjectCardEvent
  • [ ] ProjectColumnEvent
  • [ ] ProjectEvent
  • [ ] PublicEvent
  • [ ] PullRequestReviewEvent
  • [ ] PullRequestReviewCommentEvent
  • [ ] ReleaseEvent
  • [ ] RepositoryEvent
  • [ ] StatusEvent
  • [ ] TeamEvent
  • [ ] TeamAddEvent
  • [ ] WatchEvent

razat249 avatar Apr 01 '17 16:04 razat249