RSalman / TutorBackend

Uber for tutors backend (capstone project)
1 stars 0 forks source link

Modified Notification API for icon and request pay load #51

Closed RSalman closed 7 years ago

RSalman commented 7 years ago

Modified Notification API for icon and request pay load. Example: POST to api/v1/generate_notification

{
    "id": 2,
    "notification_title": "Title",
    "notification_body": "Body",
    "notification_icon": "hourglass",
    "notification_color": "none",
    "notification_type": "request",
    "associated_data":{
        "course": "SEG2105",
        "tutee": "Hannah"
    }

}

The payload will be used to generate the the following on the Front End: image

image