osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
4 stars 2 forks source link

Migrate data processing functions to microservice #324

Open hburn7 opened 1 month ago

hburn7 commented 1 month ago

Migrate data processing to microservice

The o!TR API should not be the program doing all of the API calls & automation checks. We want the API to be...an API. Not an API, data processor, and data sanitizer.

Steps

Documentation

Code changes (API)

Code migration

Tests

API Cleanup