Skip to content

Commit

Permalink
Merge pull request #228 from cfpb/maint-feb-10-announce
Browse files Browse the repository at this point in the history
Feb 10 announce maintenance
  • Loading branch information
BarakStout authored Feb 10, 2020
2 parents c5fadae + 040084d commit 0c8a27c
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions src/common/constants/config.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
{
"prod": {
"announcement": {
"message": "The filing period is open. Submissions of 2019 HMDA data will be considered timely if received on or before Monday, March 2, 2020.",
"type": "info",
"heading": "Announcement"
"message": "System maintenance is scheduled for Monday, February 10 from 8pm - 9pm EST. During this time users will be unable to log in to the Filing application or create new accounts.",
"type": "warning",
"heading": "Scheduled Maintenance"
},
"defaultPeriod": "2019",
"defaultDocsPeriod": "2019",
"filingPeriods": ["2019", "2018"],
"showMaps": false,
"maintenanceMode": false,
"filingAnnouncement": null,
"filingAnnouncement": {
"message": "System maintenance is scheduled for Monday, February 10 from 8pm - 9pm EST. During this time users will be unable to log in to the Filing application or create new accounts.",
"type": "warning",
"heading": "Scheduled Maintenance"
},
"beta": {
"announcement": {
"message": "The filing period is open. Submissions of 2019 HMDA data will be considered timely if received on or before Monday, March 2, 2020.",
"type": "info",
"heading": "Announcement"
"message": "System maintenance is scheduled for Monday, February 10 from 8pm - 9pm EST. During this time users will be unable to log in to the Filing application or create new accounts.",
"type": "warning",
"heading": "Scheduled Maintenance"
},
"defaultPeriod": "2019",
"defaultDocsPeriod": "2019",
Expand All @@ -24,14 +28,18 @@
"filingQuartersLate": { "Q1": "05/31 - 06/30", "Q2": "08/30 - 09/30", "Q3": "11/30 - 12/31" },
"showMaps": false,
"maintenanceMode": false,
"filingAnnouncement": null
"filingAnnouncement": {
"message": "System maintenance is scheduled for Monday, February 10 from 8pm - 9pm EST. During this time users will be unable to log in to the Filing application or create new accounts.",
"type": "warning",
"heading": "Scheduled Maintenance"
}
}
},
"dev": {
"announcement": {
"message": "The filing period is open. Submissions of 2019 HMDA data will be considered timely if received on or before Monday, March 2, 2020.",
"type": "info",
"heading": "Announcement"
"message": "System maintenance is scheduled for Monday, February 10 from 8pm - 9pm EST. During this time users will be unable to log in to the Filing application or create new accounts.",
"type": "warning",
"heading": "Scheduled Maintenance"
},
"defaultPeriod": "2019",
"defaultDocsPeriod": "2019",
Expand All @@ -40,7 +48,11 @@
"filingQuartersLate": { "Q1": "05/31 - 06/30", "Q2": "08/30 - 09/30", "Q3": "11/30 - 12/31" },
"showMaps": true,
"maintenanceMode": false,
"filingAnnouncement": null,
"filingAnnouncement": {
"message": "System maintenance is scheduled for Monday, February 10 from 8pm - 9pm EST. During this time users will be unable to log in to the Filing application or create new accounts.",
"type": "warning",
"heading": "Scheduled Maintenance"
},
"beta": {
"announcement": {
"message": "The filing period is open. Submissions of 2019 HMDA data will be considered timely if received on or before Monday, March 2, 2020.",
Expand Down

0 comments on commit 0c8a27c

Please sign in to comment.