dvillavicencio / riven-bot

Discord Bot for Destiny 2 that retrieves statistics regarding Raid and Dungeon activities through Discord chat
2 stars 0 forks source link

Add Relational Database for persisting raid stats for a user #59

Closed dvillavicencio closed 8 months ago

dvillavicencio commented 8 months ago

This issue tracks the progress for implementing a way for persisting raid stats for a user when they authorize the application. That way we can initially load all the relevant raid info for a given user and then call upon it on a scheduled basis to check for any updates. An example could be in an interval of 30-minutes for each user that uses the bot.

dvillavicencio commented 8 months ago

Closing because of a design choice on not utilizing a persistent datastore. Instead we'll leverage WebFlux's capabilities to serve data without persisting it, and we'll also halt on doing authentication-based commands for now.