Skip to content

Commit d3ead19

Browse files
Revert "Remove DevTools survey metadata json and add redirect." (#9941)
Reverts #9935. Reverting this until flutter/uxr#128 is resolved.
1 parent 9fa96a3 commit d3ead19

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

firebase.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
{ "source": "/development/:rest*", "destination": "/:rest*", "type": 301 },
5050
{ "source": "/devtools/:rest*", "destination": "/tools/devtools/:rest*", "type": 301 },
5151
{ "source": "/downloads/:resource*", "destination": "/resources/:resource*", "type": 301 },
52-
{ "source": "/f/dart-devtools-survey-metadata.json", "destination": "https://storage.googleapis.com/flutter-uxr/surveys/devtools-survey-metadata.json", "type": 301 },
5352
{ "source": "/f/flutter-survey-metadata.json", "destination": "https://storage.googleapis.com/flutter-uxr/surveys/flutter-survey-metadata.json", "type": 301 },
5453
{ "source": "/faq", "destination": "/resources/faq", "type": 301 },
5554
{ "source": "/fastlane-cd", "destination": "/deployment/cd#fastlane", "type": 301 },
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"_comments": [
3+
"uniqueId must be updated with each new survey so DevTools knows to re-prompt users.",
4+
"title should not exceed 45 characters.",
5+
"startDate and endDate should follow ISO 8601 standard with a timezone offset."
6+
],
7+
"uniqueId": "2023-Q4",
8+
"title": "Take our survey to help us improve DevTools!",
9+
"url": "https://google.qualtrics.com/jfe/form/SV_bkqzW25DzKz56nA",
10+
"startDate": "2023-10-25T09:00:00-07:00",
11+
"endDate": "2023-11-08T09:00:00-07:00"
12+
}

0 commit comments

Comments
 (0)