refactor to use Gitify Notification type #828
Labels
priority:high
Items of high importance. Applicable to all users or use-cases
refactor
Refactoring of existing feature
📝 Provide a description of the new feature
Currently, a lot of the logic uses the raw GitHub response types (REST and GraphQL).
I'd like to propose we refactor to use a Gitify specific Notification type (eg: GitifyNotification) that contains only the fields required for the experience (eg: title, color, icon, type, state, timestamp, url), and avoid passing around/using the raw response types.
➕ Additional Information
No response
The text was updated successfully, but these errors were encountered: