issues
search
timwangmusic
/
Vacation-Planner
Vacation Planner is a service for travelers to find enjoyable routes under budget and time constraints
https://www.unwind.dev
Apache License 2.0
13
stars
1
forks
source link
Add admin endpoint to send announcement to users
#364
Closed
timwangmusic
closed
9 months ago
timwangmusic
commented
9 months ago
Description
Add an admin endpoint to send announcements to users.
Solution
Only admins can post announcements.
Announcements are persisted in Redis.
Concurrently send emails to users.
Testing
[x] Integration testing on Heroku testing
[ ] Added new unit tests
Checks
[x] Have you removed commented code?
[x] Have you used gofmt to format your code?
Description
Add an admin endpoint to send announcements to users.
Solution
Testing
Checks