Actions
Task #15690
openQUEST - Game statistics DB
Start date:
10/03/2024
Due date:
10/31/2024 (about 6 months late)
% Done:
0%
Estimated time:
custom category:
Backend
Pull Request:
Co-assignee:
Description
Handle statistics for in-game events for both games
Refences:
Data repo: https://github.com/QORPO-WORLD/qorpo-data-structures for event structures, directory - src/qorpo_data_structures/tests/data/events
Figma: https://www.figma.com/design/v9eyBprcdU2aSTtZx2wy8w/06-QORPO-ID---QWorld-Platform?node-id=0-1&node-type=canvas&t=ckNN7ocGmogtnJNR-0
- Handle various events in directories CC and ANMT, make tables for user_data and game_data,
- game_data - game_id, user_id, various data related to the game - so kills, assists for that game and that user -- 4 events related to game_data - player_summary, game_end, kill_event, capture_event -- player_summary has condensed data from kill_event and capture_event -- game_end has data player placemenet
- user_data - accumulated data from all games, it is updated when event comes
Priority:
- CCMatch and CCUserStats View
- CCMatchHeroes and CCUserHeroes view
- CCMatchWeapons and CCUserWeapons view
Actions