Notification Service and Timer
Develop an Angular service that:
Periodically checks the API for upcoming lectures within the next 10 minutes using a configurable timer interval.
Displays notifications using the Web Notifications API.
Integrates with SignalR for real-time notifications (e.g., messages and lecture alerts).
Make notification popup
I have to do this, and I am using some arhitecture that goes from Controller -> UI layer -> BL layer, and talks to some external content management system (Strapi), like that is made, i need some resources to see howto make this extensible, this notification service using SignalR you know? and like how should the geenral structure of my project look like, how to optimize it and whatnot. Can you pleas help me undertand like, i dont even know where to start with this, really hard imagining cause i dont really see the single response of that notifications service. Could you give me some git repos or some reosurces, the flow of the porgram, or any advice please.
Periodically checks the API for upcoming lectures within the next 10 minutes using a configurable timer interval.
Displays notifications using the Web Notifications API.
Integrates with SignalR for real-time notifications (e.g., messages and lecture alerts).
Make notification popup
I have to do this, and I am using some arhitecture that goes from Controller -> UI layer -> BL layer, and talks to some external content management system (Strapi), like that is made, i need some resources to see howto make this extensible, this notification service using SignalR you know? and like how should the geenral structure of my project look like, how to optimize it and whatnot. Can you pleas help me undertand like, i dont even know where to start with this, really hard imagining cause i dont really see the single response of that notifications service. Could you give me some git repos or some reosurces, the flow of the porgram, or any advice please.