You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a project to build an API for SurfTimer plugin and implement functionality to use it instead of MySQL connection.
7
+
Idea for this came about when I did some refactoring for `SurfTimer-Mapchooser` to get it's data from an API instead of MySQL and the processing time *drastically* decreased, so why not try it for `SurfTimer` itself?
8
+
9
+
There is still quite a bit of queries to be transferred from all `*.sp` files in `SurfTimer` source code to the main `queries.sp` and to switch using them as variables instead of straight queries in `Format(...);`.
10
+
11
+
Everyone is welcome to **PR** code if they want to help out. I cannot promise that this will be 100% usable at any point in time, but you can give it go using my `SurfTimer` fork for it [here](https://github.com/tslashd/SurfTimer/tree/py-fastapi-integration)
0 commit comments