Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LeaderboardResponse to protocol #3

Open
akdasa opened this issue Jun 5, 2023 · 0 comments
Open

Add LeaderboardResponse to protocol #3

akdasa opened this issue Jun 5, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@akdasa
Copy link
Member

akdasa commented Jun 5, 2023

Leaderboard protocol model:

interface LeaderboardRow {
  name: string
  versesMemorized: number
}

interface LeaderboardResponse {
  rows: LeaderboardRow[]
}
@akdasa akdasa converted this from a draft issue Jun 5, 2023
@akdasa akdasa changed the title Leaderboard protocol Add LeaderboardResponse to protocol Jun 5, 2023
@akdasa akdasa self-assigned this Jun 5, 2023
@akdasa akdasa moved this from 🆕 New to 📋 Backlog in 📜 Shlokas Jun 5, 2023
@akdasa akdasa added enhancement New feature or request good first issue Good for newcomers labels Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Backlog
Development

No branches or pull requests

1 participant