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

GDC Leaderboard tasks #29

Open
13 of 16 tasks
bruno-garcia opened this issue Mar 8, 2024 · 1 comment
Open
13 of 16 tasks

GDC Leaderboard tasks #29

bruno-garcia opened this issue Mar 8, 2024 · 1 comment
Assignees
Milestone

Comments

@bruno-garcia
Copy link
Member

bruno-garcia commented Mar 8, 2024

  • Add endpoint to delete based on name or email
  • Host API
  • Host SPA - https://sentaur-survivor.com/
  • Fork this repo and leaderboard into sentry-demos
  • https://github.com/sentry-demos/sentaur-leaderboard
  • https://github.com/sentry-demos/sentaur-survivor
  • Upload debug symbols API (GCP cloud build)
  • Upload debug symbols SPA (GHA build)
  • Sentry tracing with JS SDK into .NET API
  • Bump Unity SDK with tracing fix, update game
  • Authentication of POST
  • Add repos to GitHub integration and code mappings (done)
  • Set up suspect commits
  • Change sqlite to postgres
    • Code changes are trivial, it's more about hosting
  • Endpoint/querystring that returns broken JSON on the AntiCheat project
    Something like exiting early before closing the json array:
        if (context.Request.Query["game-over"].FirstOrDefault() is not null)
        {
            _logger.LogInformation("Game play ended!");
            return;
        }
        // here it writes the end of the JSON object so we're bailing early

Stretch goal:

Endpoint that runs the raffle with the following logic:

everyone who plays get at least 1 entry
top players #6-10 gets 2 entries
top players $3-5 gets 3 entries
player #2 gets 4 entries
player #1 gets 5 entries
  • anti cheat service AOT compiled for fast startup (serverless)
@bruno-garcia
Copy link
Member Author

bruno-garcia commented Mar 17, 2024

Stack trace linking doesn't seem to work:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants