Skip to content

Commit

Permalink
Revert "Remove DevTools survey metadata json and add redirect." (flut…
Browse files Browse the repository at this point in the history
…ter#9941)

Reverts flutter#9935. Reverting this until
flutter/uxr#128 is resolved.
  • Loading branch information
kenzieschmoll authored and atsansone committed Dec 19, 2023
1 parent 6d0f925 commit adf1b17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
{ "source": "/development/:rest*", "destination": "/:rest*", "type": 301 },
{ "source": "/devtools/:rest*", "destination": "/tools/devtools/:rest*", "type": 301 },
{ "source": "/downloads/:resource*", "destination": "/resources/:resource*", "type": 301 },
{ "source": "/f/dart-devtools-survey-metadata.json", "destination": "https://storage.googleapis.com/flutter-uxr/surveys/devtools-survey-metadata.json", "type": 301 },
{ "source": "/f/flutter-survey-metadata.json", "destination": "https://storage.googleapis.com/flutter-uxr/surveys/flutter-survey-metadata.json", "type": 301 },
{ "source": "/faq", "destination": "/resources/faq", "type": 301 },
{ "source": "/fastlane-cd", "destination": "/deployment/cd#fastlane", "type": 301 },
Expand Down
12 changes: 12 additions & 0 deletions src/f/dart-devtools-survey-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"_comments": [
"uniqueId must be updated with each new survey so DevTools knows to re-prompt users.",
"title should not exceed 45 characters.",
"startDate and endDate should follow ISO 8601 standard with a timezone offset."
],
"uniqueId": "2023-Q4",
"title": "Take our survey to help us improve DevTools!",
"url": "https://google.qualtrics.com/jfe/form/SV_bkqzW25DzKz56nA",
"startDate": "2023-10-25T09:00:00-07:00",
"endDate": "2023-11-08T09:00:00-07:00"
}

0 comments on commit adf1b17

Please sign in to comment.