Closed hburn7 closed 1 month ago
Part of #438 Depends on #437, #439
Save new beatmaps when tournaments are submitted.
TournamentsService.CreateAsync()
Beatmap
OsuId
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)
Part of #438 Depends on #437, #439
Overview
Save new beatmaps when tournaments are submitted.
Tasks
TournamentsService.CreateAsync()
to save newBeatmap
entities with just theOsuId
field populated.