From 2c544670626cd4ffc0a8d8ee8beb0e634f118304 Mon Sep 17 00:00:00 2001 From: Kenzie Davisson <43759233+kenzieschmoll@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:39:27 -0800 Subject: [PATCH] Remove DevTools survey metadata json and add redirect. (#9935) The survey metadata file was copied to the `flutter/uxr` repo in https://github.com/flutter/uxr/pull/127. --- firebase.json | 1 + src/f/dart-devtools-survey-metadata.json | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 src/f/dart-devtools-survey-metadata.json diff --git a/firebase.json b/firebase.json index 3908f2287d..8f84eb7cb6 100644 --- a/firebase.json +++ b/firebase.json @@ -49,6 +49,7 @@ { "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 }, diff --git a/src/f/dart-devtools-survey-metadata.json b/src/f/dart-devtools-survey-metadata.json deleted file mode 100644 index ffe9a29587..0000000000 --- a/src/f/dart-devtools-survey-metadata.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "_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" -}