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

Raid Stats | Add DB details for persisting already-seen Destiny 2 users #67

Closed dvillavicencio closed 8 months ago

dvillavicencio commented 8 months ago

We need to create a MongoDB schema so that it reflects some of the user's already-known raid data. There could be some options as to how we do this, but overall this should be the expected result: Acceptance Criteria: a. Save raid activity information for a user.

b. For raid details for a specific user:

c. Save PGCR information regarding the corresponding raid activity. The following fields should be present in a MongoDB table:

This task is to create the repository interfaces and the entity classes, add dependencies and also make changes to configurations.