Oscorp-HQ/quash-max

Remove the GitHub DTO

Open

#11 opened on Jul 19, 2024

 (2 comments) (0 reactions) (1 assignee)TypeScript (16 forks)auto 404
backendenhancementgood first issue

Repository metrics

Stars
 (80 stars)
PR merge metrics
 (PR metrics pending)

Description

Issue Description

Remove the GitHub DTO from the codebase, as the functionality can be effectively managed using the JSON object received from GitHub.

Expected Behavior

The application should function as intended without the GitHub DTO, utilizing the JSON object directly instead.

Actual Behavior

The presence of the GitHub DTO introduces unnecessary complexity to the codebase.

Contributor guide