Skip to content

Commit

Permalink
Merge pull request #16594 from [BEAM-13710][Playground] Update the Ap…
Browse files Browse the repository at this point in the history
…ache Beam privacy policy with Playground note

[BEAM-13710][Playground] Update the Apache Beam privacy policy with Playground note
  • Loading branch information
aijamalnk authored Jan 26, 2022
2 parents 93202b4 + 1566784 commit 81006dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 92 deletions.
2 changes: 1 addition & 1 deletion playground/frontend/lib/constants/links.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

const kReportIssueLink = 'https://issues.apache.org/jira/projects/BEAM/issues/';
const kGooglePrivacyPolicyLink = 'https://policies.google.com/privacy';
const kBeamPrivacyPolicyLink = 'https://beam.apache.org/privacy_policy/';
const kBeamPlaygroundGithubLink =
'https://github.com/apache/beam/tree/master/playground';
const kApacheBeamGithubLink = 'https://github.com/apache/beam';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import 'package:playground/constants/links.dart';
import 'package:playground/constants/sizes.dart';
import 'package:playground/modules/analytics/analytics_service.dart';
import 'package:playground/pages/playground/components/feedback/playground_feedback.dart';
import 'package:playground/pages/playground/components/playground_privacy_policy.dart';
import 'package:url_launcher/url_launcher.dart';

class PlaygroundPageFooter extends StatelessWidget {
Expand Down Expand Up @@ -62,11 +61,9 @@ class PlaygroundPageFooter extends StatelessWidget {
textStyle: const TextStyle(fontWeight: kNormalWeight),
),
onPressed: () {
showDialog<void>(
context: context,
builder: (BuildContext context) =>
const PlaygroundPrivacyPolicy(),
);
AnalyticsService.get(context)
.trackOpenLink(kBeamPrivacyPolicyLink);
launch(kBeamPrivacyPolicyLink);
},
child: Text(appLocale.privacyPolicy),
),
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions website/www/site/content/en/privacy_policy/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Information about your use of this website is collected using server access logs

Part of this information is gathered using a tracking cookie set by the [Google Analytics](https://www.google.com/analytics/) service and handled by Google as described in [their privacy policy](https://policies.google.com/privacy). See your browser documentation for instructions on how to disable the cookie if you prefer not to share this data with Google.

Apache Beam Playground website may temporarily store and process data submitted by users through the Playground website.

We use the gathered information to help us make our site more useful to visitors and to better understand how and when our site is used. We do not track or collect personally identifiable information or associate gathered data with any personally identifying information from other sources.

By using this website, you consent to the collection of this data in the manner and for the purpose described above.

0 comments on commit 81006dd

Please sign in to comment.