wlmac / metropolis

William Lyon Mackenzie's online hub for announcements, calendar events, clubs, and timetables
https://maclyonsden.com
GNU Affero General Public License v3.0
21 stars 7 forks source link

Notifications #166

Open HillcrestEnigma opened 2 years ago

HillcrestEnigma commented 2 years ago

implement notifications

nyiyui commented 2 years ago

How about having a separate server do this (instead of adding it to Metropolis)?

HillcrestEnigma commented 2 years ago

hmm could you clarify like how it would work and the benefits it could provide

nyiyui commented 2 years ago

hmm could you clarify like how it would work and the benefits it could provide

notifications (for mobile) are probably easiest to do using an external library (e.g. firebase's), and adding more libraries and code only for mobile seems like a bad idea

HillcrestEnigma commented 2 years ago

it might be better if we can show notifications on the web too, like with github you can view your notifications both on the main site and the app

nyiyui commented 2 years ago

it might be better if we can show notifications on the web too, like with github you can view your notifications both on the main site and the app

sorry, I should've clarified, but I meant that the server that pushes notifs to the app would be separate.