Add comments to clarify schedule

This commit is contained in:
Phillip Thelen
2024-04-26 12:18:26 +02:00
parent b373eaff39
commit 30e81297da

View File

@@ -50,6 +50,7 @@ export const THIRD_RELEASE_DAY = 14;
export const FOURTH_RELEASE_DAY = 21; export const FOURTH_RELEASE_DAY = 21;
export const MONTHLY_SCHEDULE = { export const MONTHLY_SCHEDULE = {
// January
0: { 0: {
[FIRST_RELEASE_DAY]: [ [FIRST_RELEASE_DAY]: [
{ {
@@ -98,6 +99,7 @@ export const MONTHLY_SCHEDULE = {
}, },
], ],
}, },
// February
1: { 1: {
[FIRST_RELEASE_DAY]: [ [FIRST_RELEASE_DAY]: [
{ {
@@ -146,6 +148,7 @@ export const MONTHLY_SCHEDULE = {
}, },
], ],
}, },
// March
2: { 2: {
[FIRST_RELEASE_DAY]: [ [FIRST_RELEASE_DAY]: [
{ {
@@ -192,6 +195,7 @@ export const MONTHLY_SCHEDULE = {
}, },
], ],
}, },
// April
3: { 3: {
[FIRST_RELEASE_DAY]: [ [FIRST_RELEASE_DAY]: [
{ {
@@ -238,6 +242,7 @@ export const MONTHLY_SCHEDULE = {
}, },
], ],
}, },
// May
4: { 4: {
[FIRST_RELEASE_DAY]: [ [FIRST_RELEASE_DAY]: [
{ {
@@ -284,6 +289,7 @@ export const MONTHLY_SCHEDULE = {
}, },
], ],
}, },
// June
5: { 5: {
[FIRST_RELEASE_DAY]: [ [FIRST_RELEASE_DAY]: [
{ {
@@ -331,6 +337,7 @@ export const MONTHLY_SCHEDULE = {
}, },
], ],
}, },
// July
6: { 6: {
[FIRST_RELEASE_DAY]: [ [FIRST_RELEASE_DAY]: [
{ {
@@ -379,6 +386,7 @@ export const MONTHLY_SCHEDULE = {
}, },
], ],
}, },
// August
7: { 7: {
[FIRST_RELEASE_DAY]: [ [FIRST_RELEASE_DAY]: [
{ {
@@ -426,6 +434,7 @@ export const MONTHLY_SCHEDULE = {
}, },
], ],
}, },
// September
8: { 8: {
[FIRST_RELEASE_DAY]: [ [FIRST_RELEASE_DAY]: [
{ {
@@ -473,6 +482,7 @@ export const MONTHLY_SCHEDULE = {
}, },
], ],
}, },
// October
9: { 9: {
[FIRST_RELEASE_DAY]: [ [FIRST_RELEASE_DAY]: [
{ {
@@ -520,6 +530,7 @@ export const MONTHLY_SCHEDULE = {
}, },
], ],
}, },
// November
10: { 10: {
[FIRST_RELEASE_DAY]: [ [FIRST_RELEASE_DAY]: [
{ {
@@ -569,6 +580,7 @@ export const MONTHLY_SCHEDULE = {
}, },
], ],
}, },
// December
11: { 11: {
[FIRST_RELEASE_DAY]: [ [FIRST_RELEASE_DAY]: [
{ {
@@ -626,6 +638,7 @@ export const GALA_KEYS = [
'fall', 'fall',
]; ];
export const GALA_SCHEDULE = { export const GALA_SCHEDULE = {
// Winter
0: { 0: {
startMonth: 11, startMonth: 11,
endMonth: 1, endMonth: 1,
@@ -656,6 +669,7 @@ export const GALA_SCHEDULE = {
}, },
], ],
}, },
// Spring
1: { 1: {
startMonth: 2, startMonth: 2,
endMonth: 4, endMonth: 4,
@@ -686,6 +700,7 @@ export const GALA_SCHEDULE = {
}, },
], ],
}, },
// Summer
2: { 2: {
startMonth: 5, startMonth: 5,
endMonth: 7, endMonth: 7,
@@ -713,6 +728,7 @@ export const GALA_SCHEDULE = {
}, },
], ],
}, },
// Fall
3: { 3: {
startMonth: 8, startMonth: 8,
endMonth: 10, endMonth: 10,