golang-cafe / job-board

Golang Cafe - Go job board with no recruiters and clear salary ranges
https://golang.cafe
BSD 3-Clause "New" or "Revised" License
211 stars 51 forks source link

[FEATURE] push notifications for new jobs #99

Open gedw99 opened 1 year ago

gedw99 commented 1 year ago

We could add client side web push notifications.

To make it work we just need to add sw.js and html manifest

It now works on apple devices - finally apple is following sone standards :)

this will allow users to get web push based notifications. They can also get A2HS prompts and so install the web app on their mobile or desktop IF they want.

Let me know if you are into this idea .

ghost commented 1 year ago

@gedw99 that's a great idea! thank you. I don't have the budget for this item right now so i might prioritise it in the near future, but feel free to open a PR if you want to contribute

gedw99 commented 1 year ago

It’s not that disruptive. You can have a sw and not have to make it a PWA. But not 100% sure.

All you want is notifications. You don’t want all the other fancy pants aspect of SW like caching , preload, etc as they just make you have another tier to your archi stock.

At the moment you burn dollars on sms sending ?

ghost commented 1 year ago

Right now notifications are sent via emails only very cheaply, If you have in mind how to implement notifications, please feel free to open a draft PR

gedw99 commented 1 year ago

I use this https://github.com/binwiederhier/ntfy