osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
GNU General Public License v3.0
8 stars 5 forks source link

Update `TournamentsService.CreateAsync` to save beatmap objects #440

Closed hburn7 closed 1 month ago

hburn7 commented 1 month ago

Part of #438 Depends on #437, #439

Overview

Save new beatmaps when tournaments are submitted.

Tasks

hburn7 commented 1 month ago

Need to investigate whether the DataWorker will be able to work with this. i.e. if there are Beatmaps already present, will the DataWorker update these fields? (If not, we probably should add that functionality)