shiksha-platform / frontend-modulefederation

The frontend repo includes configurable UI components, modules and apps to create the Shiksha experience
10 stars 58 forks source link

Notification up main #235

Closed Paresh-Z closed 2 years ago

Paresh-Z commented 2 years ago
  1. Some icons added in the IconByName.js
  2. notificationRegistryService created in the common-lib for Notification API Implementation
  3. firebaseHistoryRegistryService created for fetching the history of in-app notifications
  4. getOne service added in attendanceRegistryService.js for fetching single record
  5. phoneNumber added in the localStorage to make use of it while getting in-app history logs
  6. Some translations added+corrected in the notification.json
  7. sortArray removed from classRegistryService to resolve compilation error
  8. UI updated as per figma + create notification api implemetation + handling inputs as per configs + some other changes in FormNotification.js
  9. UI updated as per figma + getting student list on the basis of Event and Group added + some minor changes in RecipientList.js
  10. UI updated as per figma + handling create notification request + configs handling + some minor changes CreateNotification.js
  11. UI updated as per figma + Showing In-app notifications history on the homepage(history API implementation) + some minor changes in Notifications.js
  12. UI updated as per figma + scheduledNotificationsLog API implementation + instantNotificationsLog API implementation + some minor changes in Outbox.js
  13. UI updated as per figma + sending scheduled notifications API implemented + some minor changes in ScheduleNotification.js