Skip to content

Commit

Permalink
Merge pull request #296 from lieyanqzu/feature/new-rotation-2027
Browse files Browse the repository at this point in the history
Change to the new Rotation 2027
  • Loading branch information
glacials authored Oct 27, 2024
2 parents 1957d6a + 19f54f7 commit a5e93ab
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 25 deletions.
62 changes: 46 additions & 16 deletions web/api/internal.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
"enter_date": "2023-09-08T00:00:00.000",
"rough_enter_date": "Q3 2023",
"exit_date": null,
"rough_exit_date": "Q4 2026"
"rough_exit_date": "Q1 2027"
},
{
"name": "The Lost Caverns of Ixalan",
Expand All @@ -325,7 +325,7 @@
"enter_date": "2023-11-17T00:00:00.000",
"rough_enter_date": "Q4 2023",
"exit_date": null,
"rough_exit_date": "Q4 2026"
"rough_exit_date": "Q1 2027"
},
{
"name": "Murders at Karlov Manor",
Expand All @@ -335,7 +335,7 @@
"enter_date": "2024-02-09T00:00:00.000",
"rough_enter_date": "Q1 2024",
"exit_date": null,
"rough_exit_date": "Q4 2026"
"rough_exit_date": "Q1 2027"
},
{
"name": "Outlaws of Thunder Junction",
Expand All @@ -345,7 +345,7 @@
"enter_date": "2024-04-19T00:00:00.000",
"rough_enter_date": "Q2 2024",
"exit_date": null,
"rough_exit_date": "Q4 2026"
"rough_exit_date": "Q1 2027"
},
{
"name": "Bloomburrow",
Expand All @@ -355,7 +355,7 @@
"enter_date": "2024-08-02T00:00:00.000",
"rough_enter_date": "Q3 2024",
"exit_date": null,
"rough_exit_date": "Q4 2027"
"rough_exit_date": "Q1 2027"
},
{
"name": "Duskmourn: House of Horror",
Expand All @@ -365,7 +365,7 @@
"enter_date": "2024-09-27T00:00:00.000",
"rough_enter_date": "Q3 2024",
"exit_date": null,
"rough_exit_date": "Q4 2027"
"rough_exit_date": "Q1 2027"
},
{
"name": "Magic: the Gathering Foundations",
Expand All @@ -375,17 +375,17 @@
"enter_date": "2024-11-15T00:00:00.000",
"rough_enter_date": "Q4 2024",
"exit_date": null,
"rough_exit_date": "Q4 2029"
"rough_exit_date": "Q1 2030"
},
{
"name": "Aetherdrift",
"codename": "Tennis",
"block": null,
"code": "DFT",
"enter_date": "2025-02-07T00:00:00.000",
"enter_date": "2025-02-14T00:00:00.000",
"rough_enter_date": "Q1 2025",
"exit_date": null,
"rough_exit_date": "Q4 2027"
"rough_exit_date": "Q1 2028"
},
{
"name": "Tarkir: Dragonstorm",
Expand All @@ -395,7 +395,17 @@
"enter_date": "2025-04-11T00:00:00.000",
"rough_enter_date": "Q2 2025",
"exit_date": null,
"rough_exit_date": "Q4 2027"
"rough_exit_date": "Q1 2028"
},
{
"name": "Universes Beyond: Final Fantasy",
"codename": null,
"block": null,
"code": "FIN",
"enter_date": "2025-06-13T00:00:00.000",
"rough_enter_date": "Q2 2025",
"exit_date": null,
"rough_exit_date": "Q1 2028"
},
{
"name": "Edge of Eternities",
Expand All @@ -405,27 +415,47 @@
"enter_date": "2025-08-01T00:00:00.000",
"rough_enter_date": "Q3 2025",
"exit_date": null,
"rough_exit_date": "Q4 2028"
"rough_exit_date": "Q1 2028"
},
{
"name": "Universes Beyond: Marvel's Spider-Man",
"codename": null,
"block": null,
"code": "SPM",
"enter_date": null,
"rough_enter_date": "Q4 2025",
"exit_date": null,
"rough_exit_date": "Q1 2028"
},
{
"name": null,
"codename": "Wrestling",
"codename": "UUB",
"block": null,
"code": null,
"enter_date": null,
"rough_enter_date": "Q4 2025",
"exit_date": null,
"rough_exit_date": "Q4 2028"
"rough_exit_date": "Q1 2028"
},
{
"name": null,
"codename": "Yachting",
"codename": "Wrestling",
"block": null,
"code": null,
"enter_date": null,
"rough_enter_date": "Q1 2026",
"exit_date": null,
"rough_exit_date": "Q4 2028"
"rough_exit_date": "Q1 2029"
},
{
"name": null,
"codename": "Yachting",
"block": null,
"code": null,
"enter_date": null,
"rough_enter_date": "Q2 2026",
"exit_date": null,
"rough_exit_date": "Q1 2029"
},
{
"name": null,
Expand All @@ -435,7 +465,7 @@
"enter_date": null,
"rough_enter_date": "Q2 2026",
"exit_date": null,
"rough_exit_date": "Q4 2028"
"rough_exit_date": "Q1 2029"
}
],
"bans": [
Expand Down
15 changes: 8 additions & 7 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"@popperjs/core": "^2.9.2",
"bootstrap": "^5.3",
"keyrune": "^3.14.0",
"keyrune": "^3.15.0",
"node": "^20",
"npm-font-open-sans": "^1.1.0",
"vue": "^3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion web/src/types/card/Round.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default class Round {
return rounds
.filter((round) => !round.isDropped())
.filter((round) => round.isFullyReleased())
.concat(rounds.filter((round) => !round.isFullyReleased())[0]);
.concat(rounds.filter((round) => !round.isFullyReleased()).slice(0, 2));
}

/**
Expand Down

0 comments on commit a5e93ab

Please sign in to comment.