Skip to content

Store notification messages text in JSON #77

Description

@SMore-Napi

JSON must contain a list of defined notification text

[
{
"language": "ENGLISH",
"notificationType": "YOUR_TURN",
"isPersonal": true,
"title": "It' your turn!",
"body": "It’s now your turn in the queue {}"
},
{
"language": "ENGLISH",
"notificationType": "YOUR_TURN",
"isPersonal": false,
"title": "Next in {}",
"body": "{} is now responsible for the queue {}"
}
]
  • Use this JSON to form the firebase notification message
  • Create endpoint, so mobile app can request this JSON each time when the app is opened. Mobile app can use it to show notifications

Metadata

Metadata

Assignees

Labels

featureFeature implementation. Add new functionality in REST API

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions