A web form to
- send a notification
- track sent notifications
- be modular enough to receive reply in the future
Form will be a JS client side application.
It can interact with the notifications center posting directly to the gate accepting notifications already in our format, and update sending status with the API call reply.
Replies could be implemented through an async service worker.
Storage can use IndexedDB.