Create an API endpoint for push notifications self testing
Goal
We need a reliable tool to test push notifications on any device from the dev menu to confirm service reliability. This test should not involve any logic and just deliver a static notification directly based on device token.
What needs to be done
Create an API endpoint for self push notifications testing to be used in the mobile app.
QA
UX/Design
Mobile
-
Is Mobile Required?
Personas
Experiments
Acceptance Criteria
-
API will be available only for logged in users. -
API will be POST and accept a JSON as payload -
the payload will contain the following fields: { "platform": "ios", "token": "token", "title": "title", "subtitle": "subtitle", "body": "body" }
Definition of Ready Checklist
-
Definition Of Done (DoD) -
Acceptance criteria -
Weighted -
QA -
UX/Design -
Personas -
Experiments
Edited by Vali