Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 522 Bytes

2021-09-29-app-can-send-notifications-to-the-administration.md

File metadata and controls

13 lines (13 loc) · 522 Bytes
title issue
App can send notifications to the administration
NEXT-15869

Core

  • Added new table notification
  • Added new API POST: /api/notification at NotificationController class to save notifications
  • Added new API GET: /api/notification/message at NotificationController class to fetch notifications
  • Added IntegrationExtension and UserExtension classes

Administration

  • Added notificationService to fetch notifications
  • Added adminNotificationWorker to show notifications frequently