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

Feat/map submission misc #1072

Merged
merged 8 commits into from
Nov 16, 2024
Merged

Feat/map submission misc #1072

merged 8 commits into from
Nov 16, 2024

Commits on Nov 12, 2024

  1. refactor(back): return more varied response codes when SteamService f…

    …ails
    
    Helpful for switching over error codes in C++.
    tsa96 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e980337 View commit details
    Browse the repository at this point in the history
  2. feat(back): add filterSteamIDs param to maps/:id/leaderboard expand

    This is used by ingame leaderboards for getting times for players in
    your lobby, wasn't supported on the new backend until now.
    tsa96 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c7953ab View commit details
    Browse the repository at this point in the history
  3. refactor(back): rename maps/:id/leaderboard GET filterUserIDs param t…

    …o userIDs
    
    Just me being silly. Also, we may find requests using this param are
    have very long params, exceeding
    tsa96 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bdae4e9 View commit details
    Browse the repository at this point in the history
  4. fix(back): use strings for users/ GET steamIDs param, fix type

    Before, IntCsvQueryProperty was parsing this to BigInt at runtime, but
    TypeScript thought it was a string. The code just happened to work, even
    though types made no sense. I don't know if bigints or strings are
    fastest here, just sticking with strings since they're simplest.
    tsa96 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1e67b8a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. refactor(shared): rename CombinedMapStatuses to MapStatuses

    I'm using this a lot in Pano and this name is so UGLY
    tsa96 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ab1c850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    259c556 View commit details
    Browse the repository at this point in the history
  3. refactor(front): prevent enter key from submitting map submission/edi…

    …t forms
    
    Pressed this accidentally when adding private testers, accidentally
    submitted the entire thing. Not good!
    tsa96 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    f4a6bc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a63e134 View commit details
    Browse the repository at this point in the history