Build a Racing Scoreboard
-
Hi guys.
Im trying to port/recreate something in WordPress since I love it so much and I like experiments. Here it is…
I develop a simple “Scoreboard” WebApp for a racing competition that write and display time and speed laps with PHP and MySQL. The front-end display a table sort it view of categories with the best times of the top 10of each and another one with all the categories. Im picking the best time of each driver and displaying just the best overall. That way I could create a top 10 right.
The backend let me choose from a dropdown the driver and add a new time and speed, I also can edit info like name picture , etc. How the db work now is, admin submit a new record, if the record is better than the one on the db, then replace time and speed. But I was ask to improve it so I can have a way of displaying all the log times for every runner but in a separate page and still get the best of alls.
Here the WebApp: https://prexotic.com/scoreboard/
Now I’m trying to port/recreate this idea to WordPress. Ive been researching plugins to develop this faster or easier instead from doing everything from scratch (which i don’t mind).
So I was thinking maybe I should use custom post types and use them as entries and terms for the drivers and custom meta for the times and speed. Then sort the query.
Im here to submit my idea in case anyone know something similar or can suggest me something. Since is a very specific thing to do i know could be a lot of work. Im not sure if this is the right forum but since I cant duplicate posts, I guess “how-to” fit somehow. If this should be somewhere else please let me know to move it.
Please, any idea or suggestion is very welcome!!!! ??
thnx in advance.
- The topic ‘Build a Racing Scoreboard’ is closed to new replies.