gitify icon indicating copy to clipboard operation
gitify copied to clipboard

Feature Request: Display who did the thing that caused the notification

Open marble-sh opened this issue 5 years ago • 1 comments
trafficstars

what is shown:

"Updated X minutes ago"

what I'd like:

"Updated X minutes ago by <Author of the Pull Request>"

story: As a developer working with many teams on the same project, I currently get every notification for a repository. Currently I have to open every notification to see if it's something I need to pay attention to. It'd be nice if the gitify app showed me who made the change so I don't have to blow up my browser window with new tabs.

marble-sh avatar Oct 16 '20 20:10 marble-sh

Unfortunately the GitHub REST API is pretty rough around the edges for Notifications - the result payload doesn't contain that information at present. I'm fairly certain the GraphQL version does, but i don't think 3rd party consumers can access it still.

codebytere avatar Dec 29 '20 02:12 codebytere

i'll pick this up once https://github.com/gitify-app/gitify/pull/861 is merged

setchy avatar Mar 12 '24 12:03 setchy