cuappdev / resell-backend

An open-sourced backend service for Resell.
MIT License
3 stars 0 forks source link

Implement Notifications #63

Closed joycrwu closed 1 year ago

joycrwu commented 1 year ago

Overview

Added Expo Framework for notifications

Changes Made

Added an endpoint to send notifications, as well as various types for the push message, error message, and notif request

Test Coverage

Jessie tested on frontend-- it works currently to send a notification to your own device, but more work is needed to send notifications between devices. Need an endpoint to store user tokens in the backend

Next Steps (delete if not applicable)

As mentioned above, will develop an endpoint to store user tokens in the backend so that notifications can be sent between devices