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

#47- Create API endpoints that return leaderboards #250

Merged
merged 10 commits into from
Jan 2, 2023
Merged

#47- Create API endpoints that return leaderboards #250

merged 10 commits into from
Jan 2, 2023

Commits on Jan 1, 2023

  1. Leaderboard endpoints proof of concept

    - New leaderboards router
    - Two endpoints /api/v1/leaderboards/assistant & /api/v1/leaderboards/prompter
    - Function in prompt_repository to calculate user scores
    yeungadrian committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    a3cd9a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc6196a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aacc70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ed4419 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59bd098 View commit details
    Browse the repository at this point in the history
  6. Missing / in routes

    yeungadrian committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    65b3b45 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    d8341aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d8ecb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5650204 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0da8e3a View commit details
    Browse the repository at this point in the history