0x5bfa / FluentHub

A stylish yet powerful GitHub client for Windows
MIT License
1.1k stars 55 forks source link

Feature: Add push-notification functionality #166

Closed 0x5bfa closed 4 months ago

0x5bfa commented 2 years ago

Ghostly might help us.

0x5bfa commented 2 years ago

https://github.com/patriksvensson/ghostly

ioapiset commented 2 years ago

Good

0x5bfa commented 2 years ago

@DeveloperWOW64 @BobbyESP How about setting up a task to get notifications every 15 seconds?

Lamparter commented 2 years ago

@DeveloperWOW64 @BobbyESP How about setting up a task to get notifications every 15 seconds?

That might work - do you want to use a toast message? image

0x5bfa commented 2 years ago

Yep. I am not familiar with background tasks and toast notifications. so it will take long time to implement this(have to learn about that).

Lamparter commented 2 years ago

have to learn about that.

https://apps.microsoft.com/store/detail/notifications-visualizer/9NBLGGH5XSL1

0x5bfa commented 2 years ago

15 seconds is too long?

0x5bfa commented 2 years ago

and I dont know if this is best way to get.

Lamparter commented 2 years ago

and I dont know if this is best way to get.

WDYM?

0x5bfa commented 2 years ago

Is it correct/good idea to get notifications at background time intervals and toast new items.

0x5bfa commented 2 years ago

Unigram might help us

Lamparter commented 2 years ago

Unigram might help us

How? It's just a telegram client.

0x5bfa commented 2 years ago

yea. but unigram created with UWP and uses toat messaging.

Lamparter commented 2 years ago

Ghostly might help us.

If we used the GQL the user would need ghostly installed i think

Lamparter commented 2 years ago

Hmmmmmmmmm

0x5bfa commented 2 years ago

WASDK might enable us to implemet push notification feature. If we set up our FluentHub website, could we also set up web hooking?

Lamparter commented 2 years ago

WASDK might enable us to implemet push notification feature. If we set up our FluentHub website, could we also set up web hooking?

Perhaps. I'm not a push-notification expert, but it should be possible. Feel free to use https://codrex.dev / related subdomains for push notifications, i don't mind. @onein528

0x5bfa commented 2 years ago

I appreciate for it.

Lamparter commented 2 years ago

👀 image

0x5bfa commented 2 years ago

This lib is for toast notification