Skip to content

Clean up multiplayer related ts interfaces #12191

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nanaya
Copy link
Collaborator

@nanaya nanaya commented May 27, 2025

  • nullable using actual null instead of optional (undefined)
  • use explicit json time function to cast played_at
  • add create time to playlist item transformer (to match legacy game start_time)
  • remove a few outdated todos
    • legacy match score is now based on new format
    • I don't think we'll change the mods to use the new format
      • conversion will be done frontend side as needed
  • fix incorrect playlist item mods related typing

@nanaya nanaya force-pushed the multiplayer-interface-cleanup branch 2 times, most recently from c7b9de4 to 5011986 Compare May 27, 2025 08:51
@nanaya nanaya mentioned this pull request May 27, 2025
1 task
- nullable using actual null instead of optional (undefined)
- fix playlist item played_at casting
- add create time to playlist item transformer (to match legacy game
  start_time)
- remove a few outdated todos
  - legacy match score is now based on new format
  - I don't think we'll change the mods to use the new format
    - conversion will be done frontend side as needed
- fix incorrect playlist item mods related typing
- add missing playlist item freestyle attribute typing
@nanaya nanaya force-pushed the multiplayer-interface-cleanup branch from 5011986 to 6cc5d50 Compare May 28, 2025 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant