Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[FEAT] Implement Web Push Notification #234

Open
arnonrdp opened this issue Jun 10, 2023 · 3 comments · Fixed by #239
Open

[FEAT] Implement Web Push Notification #234

arnonrdp opened this issue Jun 10, 2023 · 3 comments · Fixed by #239
Assignees
Labels
Difficulty: Advanced Advanced level Type: Enhancement Enhancement to existing feature
Milestone

Comments

@arnonrdp
Copy link
Collaborator

arnonrdp commented Jun 10, 2023

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 arnonrdp added Type: Enhancement Enhancement to existing feature Difficulty: Advanced Advanced level labels Jun 10, 2023
@arnonrdp arnonrdp added this to the Release 1.5 milestone Jun 10, 2023
@arnonrdp arnonrdp linked a pull request Jun 12, 2023 that will close this issue
@arnonrdp arnonrdp self-assigned this Jun 16, 2023
@arnonrdp arnonrdp modified the milestones: Release 1.5, Release 1.6 Jun 26, 2023
@arnonrdp
Copy link
Collaborator Author

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 arnonrdp modified the milestones: Release 1.6, Release 1.7 Jul 18, 2023
@arnonrdp arnonrdp modified the milestones: Release 1.7, Release 1.8 Aug 8, 2023
@arnonrdp arnonrdp modified the milestones: Release 1.8, Release 1.9 Nov 4, 2023
@arnonrdp arnonrdp removed their assignment Nov 4, 2023
@arnonrdp arnonrdp modified the milestones: Release 1.9, Release 2.0 Mar 15, 2024
@arnonrdp arnonrdp modified the milestones: Release 2.0, Release 2.3 Aug 15, 2024
@arnonrdp arnonrdp changed the title Architecting push notifications Implement Web Push Notification Subscription Prompt Aug 15, 2024
@arnonrdp
Copy link
Collaborator Author

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

@arnonrdp arnonrdp changed the title Implement Web Push Notification Subscription Prompt Implement Web Push Notification Aug 15, 2024
@stravid87
Copy link
Collaborator

Firebase Cloud Messaging -- another option.

@marclupanc marclupanc removed this from the Release 2.3 milestone Sep 5, 2024
@marclupanc marclupanc added this to the Release 2.5 milestone Sep 5, 2024
@marclupanc marclupanc changed the title Implement Web Push Notification [FEAT] Implement Web Push Notification Sep 20, 2024
@marclupanc marclupanc modified the milestones: Release 2.5, Release 3.0 Jan 4, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Difficulty: Advanced Advanced level Type: Enhancement Enhancement to existing feature
Projects
Development

Successfully merging a pull request may close this issue.

4 participants