pwsacademy / around-the-table

An open source platform that supports tabletop gaming communities, written in Swift.
BSD 2-Clause "Simplified" License
19 stars 4 forks source link

Timer-based functions #72

Open svanimpe opened 6 years ago

svanimpe commented 6 years ago

Various features (such as sending out notifications) need to be automated to run at certain times. This requires support for timers.

While it is possible to implement this in the main application, it's probably easier and cleaner to go serverless and use IBM Cloud Functions. This would work as follows: