globe-and-citizen / Celebrity-Fanalyzer

Celebrities Over Analyzed
https://celebrityfanalyzer.com
GNU General Public License v2.0
6 stars 12 forks source link

[FEAT] Implement Web Push Notification #234

Open arnonrdp opened 1 year ago

arnonrdp commented 1 year ago

Description:

We need to develop a basic web push notification prompt similar to the one shown in the attached image.

Requirements:

  1. Prompt Functionality:

    • Display a prompt asking users to subscribe to notifications.
    • Include an "Allow" button to enable notifications and a "Don't allow" button to decline.
  2. Notification Trigger:

    • Send a notification whenever this prompt is created.
  3. Future Implementation:

    • Plan for future implementation where notifications will be triggered when a user’s comment is answered.

Attachment:

Image of AliExpress notification prompt for reference.

image

Source: https://developer.mozilla.org/en-US/docs/Web/API/Push_API

arnonrdp commented 1 year ago

Notifications have become a reality.

Now we need to improve them and make them work with push.

Therefore, I pushed this issue to Release 1.6.

arnonrdp commented 2 months ago

@sana7044 @marclupanc, I think we can start on it.

stravid87 commented 2 months ago

Firebase Cloud Messaging -- another option.