You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #28 we will need to create a new slash command to view the top 5 users and their current bounty point totals. We will make a new DynamoDB table for this in devil-bot-rust-cdk-stack.ts and Rhett/Json will manually track values in the production table for each user. The reason we cannot yet automate this is because bounty points will not solely come from GitHub issues so we can't just read the project data.
The text was updated successfully, but these errors were encountered:
Similar to #28 we will need to create a new slash command to view the top 5 users and their current bounty point totals. We will make a new DynamoDB table for this in devil-bot-rust-cdk-stack.ts and Rhett/Json will manually track values in the production table for each user. The reason we cannot yet automate this is because bounty points will not solely come from GitHub issues so we can't just read the project data.
The text was updated successfully, but these errors were encountered: