Commit graph

12 commits

Author SHA1 Message Date
053259f186
Added to the API the drivers to obtain the most used tracks and cars in the category 2024-12-31 11:50:09 +01:00
a14398f906
Adding new tables to paginate results with many rows 2024-12-30 19:45:28 +01:00
01de175fe9
Trow PageNotFoundException if car, track, user or race don't exists 2024-12-23 20:51:04 +01:00
85dc41c868
Now the getBests method is passed the text indicating the period and not the elapsed time 2024-12-15 11:01:05 +01:00
dbef4fa4d4
The code to obtain the best laps has been moved to the getBests method in App\Models\BestLapsModel. 2024-12-14 10:55:16 +01:00
199639a2f1
The fastest laps for each track and category are now stored in a separate table.
To create the new table, as well as to populate it, you have to run the SQL script export_best_laps.sql
2024-11-30 10:57:59 +01:00
0b7be053a4
Fix remove avatar if previous version isn't exists 2024-11-07 17:11:28 +01:00
71aa1b309c
Adding the dashboard. From there, the user can change his data (except for the username) and password. In the future you will have more options 2024-07-25 15:04:42 +02:00
6dfce20d7f
Many changes due to the CodeIgniter update, as well as fixes and optimizations. 2024-04-07 22:40:57 +02:00
c3eff73ecc
Fix error if no laps 2022-11-27 09:20:37 +01:00
c776e0e915 Webserver: Remove unussed libs 2022-04-03 15:49:13 +02:00
afccdabb6f Firts commit 2022-03-14 19:13:10 +01:00