Skip to content

Commit

Permalink
Merge pull request #1922 from sportstimes/task/2025-placeholders-all
Browse files Browse the repository at this point in the history
Task/2025 placeholders all
  • Loading branch information
ay8s authored Jan 8, 2025
2 parents c980742 + 61595a0 commit c59e7eb
Show file tree
Hide file tree
Showing 6 changed files with 1,201 additions and 26 deletions.
124 changes: 124 additions & 0 deletions _db/f1-academy/2025.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"races": [
{
"name": "Chinese",
"location": "Shanghai",
"latitude": 31.3807,
"longitude": 121.2498,
"round": 1,
"slug": "chinese",
"localeKey": "chinese",
"tbc": true,
"sessions": {
"fp1": "2025-03-07T11:05:00Z",
"qualifying1": "2025-03-07T18:30:00Z",
"qualifying2": "2025-03-07T18:30:00Z",
"race1": "2025-03-08T12:10:00Z",
"race2": "2025-03-09T12:05:00Z"
}
},
{
"name": "Jeddah",
"location": "Jeddah",
"latitude": 21.485811,
"longitude": 39.192505,
"round": 2,
"slug": "jeddah",
"localeKey": "jeddah",
"tbc": true,
"sessions": {
"fp1": "2025-03-07T11:05:00Z",
"qualifying1": "2025-03-07T18:30:00Z",
"qualifying2": "2025-03-07T18:30:00Z",
"race1": "2025-03-08T12:10:00Z",
"race2": "2025-03-09T12:05:00Z"
}
},
{
"name": "Miami",
"location": "USA",
"latitude": 0,
"longitude": 0,
"round": 3,
"slug": "miami",
"localeKey": "miami",
"sessions": {
"fp1": "2025-05-03T14:00:00Z",
"fp2": "2025-05-03T19:20:00Z",
"qualifying1": "2025-05-04T14:25:00Z",
"qualifying2": "2025-05-04T14:25:00Z",
"race1": "2025-05-04T18:05:00Z",
"race2": "2025-05-05T17:05:00Z"
}
},
{
"name": "Canadian",
"location": "Montreal",
"latitude": 45.5034,
"longitude": -73.5267,
"round": 4,
"slug": "canadian",
"localeKey": "canadian",
"tbc": true,
"sessions": {
"fp1": "2025-06-13T17:30:00Z",
"fp2": "2025-06-13T21:00:00Z",
"fp3": "2025-06-14T16:30:00Z",
"qualifying": "2025-06-14T20:00:00Z",
"gp": "2025-06-15T18:00:00Z"
}
},
{
"name": "Zandvoort",
"location": "Netherlands",
"latitude": 0,
"longitude": 0,
"round": 5,
"slug": "zandvoort",
"localeKey": "zandvoort",
"tbc": true,
"sessions": {
"fp1": "2025-08-23T08:10:00Z",
"fp2": "2025-08-23T15:30:00Z",
"qualifying1": "2025-08-24T08:15:00Z",
"qualifying2": "2025-08-24T08:15:00Z",
"race1": "2025-08-25T06:30:00Z",
"race2": "2025-08-25T08:40:00Z"
}
},
{
"name": "Singapore",
"location": "Singapore",
"latitude": 1.2857,
"longitude": 103.8575,
"round": 6,
"slug": "singapore",
"localeKey": "singapore",
"tbc": true,
"sessions": {
"fp1": "2025-09-20T07:20:00Z",
"qualifying1": "2025-09-20T11:00:00Z",
"qualifying2": "2025-09-20T11:00:00Z",
"race1": "2025-09-21T07:05:00Z",
"race2": "2025-09-22T07:35:00Z"
}
},
{
"name": "Las Vegas",
"location": "Las Vegas",
"latitude": 36.166747,
"longitude": -115.148708,
"round": 7,
"slug": "las-vegas",
"localeKey": "las-vegas",
"tbc": true,
"sessions": {
"fp1": "2025-11-20T02:30:00Z",
"fp2": "2025-11-20T06:00:00Z",
"fp3": "2025-11-21T02:30:00Z",
"qualifying": "2025-11-21T06:00:00Z",
"gp": "2025-11-22T06:00:00Z"
}
}
]
}
60 changes: 34 additions & 26 deletions _db/f1-academy/config.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,36 @@
{
"siteKey": "f1-academy",
"url": "f1academycalendar.com",
"calendarCDN": "files-f1-academy.motorsportcalendars.com",
"calendarOutputYear": 2024,
"availableYears": [2023, 2024],
"sessions": ["fp1", "fp2", "qualifying1", "qualifying2", "race1", "race2", "race3"],
"featuredSessions": ["race1", "race2", "race3"],
"collapsedSessions": ["fp1", "fp2", "qualifying1", "qualifying2"],
"sessionMap": {
"fp1":"fp1",
"fp2":"fp2",
"qualifying1":"qualifying1",
"qualifying2":"qualifying2",
"race1":"race1",
"race2":"race2",
"race3":"race3"
},
"sessionLengths": {
"fp1":40,
"fp2":40,
"qualifying1":15,
"qualifying2":15,
"race1":30,
"race2":20,
"race3":30
}
"siteKey": "f1-academy",
"url": "f1academycalendar.com",
"calendarCDN": "files-f1-academy.motorsportcalendars.com",
"calendarOutputYear": 2024,
"availableYears": [2023, 2024],
"sessions": [
"fp1",
"fp2",
"qualifying1",
"qualifying2",
"race1",
"race2",
"race3"
],
"featuredSessions": ["race1", "race2", "race3"],
"collapsedSessions": ["fp1", "fp2", "qualifying1", "qualifying2"],
"sessionMap": {
"fp1": "fp1",
"fp2": "fp2",
"qualifying1": "qualifying1",
"qualifying2": "qualifying2",
"race1": "race1",
"race2": "race2",
"race3": "race3"
},
"sessionLengths": {
"fp1": 40,
"fp2": 40,
"qualifying1": 15,
"qualifying2": 15,
"race1": 30,
"race2": 20,
"race3": 30
}
}
Loading

0 comments on commit c59e7eb

Please sign in to comment.