Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Draft for now, frontend needs a little more work, just want to check CI
Closes #503
Adds a tags field to leaderboards/leaderboard suggestions, an array of gamemode-dependent strings.
Deliberately extremely simple, just plain JS strings stored in Postgres as a
text
array. Tags are stored in TypeScript source. Game C++ will never need to store individual tags, we'll just pass strings in from Panorama Typescript, which has a copy of that TS file via the fetch script that pulls everything fromlibs/constants
.I'm adding stuff according to this google sheet, can continue adding new tags as people request stuff.
Screenshots
Checks
nx run db:create-migration <name>
and committed the migration if I've made DB schema changesfeat: Add foo
,chore: Update bar
, etc...fixup
ed into my original commits