|
|
a934f57b52
|
Add Friends/Social & Multiplayer systems - 95 total endpoints
- Implemented Friends/Social Service (11 endpoints)
* Friend management (list, add, accept, remove)
* User search and invitations
* Gift sending and claiming
* Clubs/Teams system
- Implemented Multiplayer Service (12 endpoints)
* Matchmaking (queue, status, leave)
* Race sessions (create, join, ready, details)
* Ghost data (upload, download)
* Race results (submit, view)
* Competitive rankings (rating, leaderboard)
- Added database entities:
* Friends, FriendInvitations, Gifts
* Clubs, ClubMembers
* MatchmakingQueues, RaceSessions, RaceParticipants
* GhostData, CompetitiveRatings
- Created migrations:
* AddFriendsSocialSystem (5 tables)
* AddMultiplayerSystem (5 tables)
Total: 95 endpoints - 100% EA server replacement ready
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-23 16:55:33 -08:00 |
|