112batuhan / mapper-influences-backend-rs

https://www.mapperinfluences.com
0 stars 0 forks source link

refactor the user->beatmap thing #3

Closed 112batuhan closed 2 weeks ago

112batuhan commented 2 weeks ago

Currently there are three places with duplicate code running. That's gotta get refactored

wrap cache requests into one struct and implement a function to fetch beatmaps and users, return a hashset with the final beatmaps.

112batuhan commented 2 weeks ago

fixed in https://github.com/112batuhan/mapper-influences-backend-rs/commit/ba24ac311f02756f4882a027ea8f0a7bfb6609af (I'm working alone on this (mostly))