Devlog #13
New databases:
- constructors.json
- drivers.json
- season.json
- teams.json
- laprecords.json
New Apps:
-
Drivers Standings
A table of the drivers standings in the 2026 f1 season.
Database used: drivers.json -
Constructor Standings
A table of the constructors standings
Database used: constructors.json -
Lap Records
An app that shows information about the lap record at each track.
Database used: laprecords.json -
F1 Calendar
An app that shows the entire f1 calendar for 2026. Previously a similar app just showed an image, but this app uses a database to show accurate information.
Database used: season.json -
F1 Teams
An app that shows information about each F1 team.
Database used: teams.json
constructors.json:
This database stores the position number, team name, and how many points every team has so far this F1 season.
drivers.json:
This database stores the position, name, country, team, and points for every driver.
season.json:
This database stores values for the following: round, country, city, month, days, flag, circuitMap. Round is the order of which f1 race weekends take place 1-24. Country is obviously the country the race weekend will take place. City is the city the race track is located. Month is the month the race weekend takes place, the days are the days the race weekend takes place, race weekends last 3 days. Day 1: practice 1 and 2, Day 2: practice 3 and quali, Day 3: grand prix. The value for flag and circuitMap are the path to the images for the country’s flag’s image and the circuit’s image.
teams.json:
This database contains values for the team’s name, team principal’s name, drivers names, the engine manufacturer, the car’s name, and paths to the logo and cars images.
laprecords.json:
This database contains information about the lap records for each track on the F1 calendar. It has values for: round #, race name, circuit, track length, lap record time, driver, team, year, image of the circuit, image of the country’s flag where the track is located.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.