Commit graph

10 commits

Author SHA1 Message Date
a14398f906
Adding new tables to paginate results with many rows 2024-12-30 19:45:28 +01:00
182e3a63b0
Fixed a problem when moving and adding the user's avatar in the registry 2024-12-19 17:04:01 +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
788e2ff06c
Remove unused method data in BaseModel 2024-11-07 17:12:51 +01:00
9ce843fc9d
The car categories and tracks are now stored in 2 tables in the database, so the 2 files containing this information are no longer used. 2024-04-07 22:32:24 +02:00
a035e46a59
Various improvements and optimizations in the models
Common functions (links, images, etc.) have also been moved to myhelper.
2024-04-07 22:27:36 +02:00
b70494f1ab Users: Fixed a bug when receiving multiple data not covered when saving users 2022-04-03 15:51:46 +02:00
afccdabb6f Firts commit 2022-03-14 19:13:10 +01:00