Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. django-push-notificationsis not supported currently for Python 3.10 and Django 4? Do we want to contribute this package or to use Firebase admin SDK.

    1. Findings: The current package isn’t fully compatible wuth

  2. Where the push notifications app should be initialized? Example: we specify FCM_API_KEY and initialization should be in the edx-ace or in the edx-platform.

  3. In case we use django-push-notifications, what is the best way to extend INSTALLED_APPS? Install it straight into edx-platform or only edx-ace?

  4. If we don’t use django-push-notifications can we create models and endpoint in the edx-ace

New questions & updates (2024.04.09):

  1. We start implementing the solution with edx-ace right now.

  2. edx-ace Push Notifications will be imported and used under lms/djangoapps/mobile_api

  3. Do we want to implement user preferences? In the notifications app in edx-platform there is preferences system.

...