forked from flutter/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Remove DevTools survey metadata json and add redirect." (flut…
…ter#9941) Reverts flutter#9935. Reverting this until flutter/uxr#128 is resolved.
- Loading branch information
1 parent
6d0f925
commit adf1b17
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |