RocketChat / Apps.Github22

The ultimate AI-powered app extending Rocket.Chat for global developers collaborating on Github (2024 and beyond)
33 stars 37 forks source link

Added Shared Interfaces and Data Parsing for Github Activity #59

Open henit-chobisa opened 1 year ago

henit-chobisa commented 1 year ago

Additions

Added Separate Interface IGithubActivity as a type for fetched Github Activity Data, along with some auxiliary interfaces such as IGithubComment & IGithubPullRequest, also added a parser for parsing raw data into IGithubActivity Interface and return it.

Acceptance Criteria fulfillment

Adds up to #57