Ryan Daulton
Ryan Daulton
## What did you do? When generating a PDF — particularly large ones — I get consistent warnings, and sometimes crashes that I cannot find solutions for. I have been...
Send a confirmation & welcome email when a venue signs up for an admin account
Create a backend function that monitors and deletes songs that drop below a determined vote threshold. General Architecture Idea: `onWrite()` to `voteCount` in the queue, trigger a function that checks...
Create a cloud endpoint that allows a user to transfer their wallet/escrow balance to their bank account on file For help, see: https://stripe.com/docs/connect/payouts
Allow venue owners to see average check in times by the hour. This can then be extrapolated into daily, weekly, etc...
Allow venue owners to see number of check ins by the hour. This can then be extrapolated into daily, weekly, etc...
## Taptic Engine Use an `enum` to add some taptic engine functionality to small feature points throughout the app: ``` public enum Vibration { case Light case Medium case Heavy...
Add a review suggestion using [SKStoreReviewController](https://developer.apple.com/documentation/storekit/skstorereviewcontroller?changes=latest_minor)?
When app has been backgrounded for a while and the user is still checked in, once app enters active state / focus again, crash. _This is the only observable patter...
Premium Vote counts are not always in sync - perhaps check with low bandwidth networks?