[
https://issues.apache.org/jira/browse/BEAM-13252?focusedWorklogId=700492&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-700492
]
ASF GitHub Bot logged work on BEAM-13252:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Dec/21 10:30
Start Date: 23/Dec/21 10:30
Worklog Time Spent: 10m
Work Description: miamihotline commented on a change in pull request
#16103:
URL: https://github.com/apache/beam/pull/16103#discussion_r774474664
##########
File path:
playground/frontend/lib/pages/playground/components/feedback/feedback_dropdown_content.dart
##########
@@ -0,0 +1,182 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import 'package:flutter/material.dart';
+import 'package:playground/config/theme.dart';
+import 'package:playground/constants/font_weight.dart';
+import 'package:playground/constants/fonts.dart';
+import 'package:playground/constants/sizes.dart';
+import 'package:playground/modules/analytics/analytics_service.dart';
+
+import 'feedback_dropdown_icon_button.dart';
+
+const double kTextFieldWidth = 365.0;
+const double kTextFieldHeight = 68.0;
+const String kFeedbackTitleText = 'Feedback';
+const String kCancelButtonTitle = 'Cancel';
+const String kSendFeedbackButtonTitle = 'Send feedback';
+const String kFeedbackContentText =
+ 'Tell us what you are missing and you would like to see it\n'
Review comment:
@KonradJanica thank you for the review, i've changed the feedback text.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 700492)
Time Spent: 1h (was: 50m)
> [Playground] Feedback Thumbs Up/Down Functionality
> --------------------------------------------------
>
> Key: BEAM-13252
> URL: https://issues.apache.org/jira/browse/BEAM-13252
> Project: Beam
> Issue Type: New Feature
> Components: beam-playground
> Reporter: Artur Khanin
> Assignee: Alexander Zhuravlev
> Priority: P3
> Labels: beam-playground-beta-launch, beam-playground-frontend,
> beam-playground-sprint-4, beam-playground-sprint-5
> Time Spent: 1h
> Remaining Estimate: 0h
>
> As a Beam Playground {*}user{*}, I want to leave my feedback on Beam
> Playground by rating and leaving extensive feedback.
> *Acceptance criteria:*
> # Beam Playground Rating score is added
> # Thumbs Up/Down buttons next to "Enjoying Playground?" are clickable.
> # Pressing on the Thumbs Up button increases the Beam Playground Rating
> score by 1.
> # Pressing on the Thumbs Down button decreases the Beam Playground Rating
> score by 1.
> # After pressing either Thumbs Up or Thumbs Down buttons the Feedback popup
> appears.
> # Pressing the Send Feedback button in the Feedback popup sends the feedback
> text if it is not empty.
> # Pressing the Cancel button in the Feedback popup closes the popup.
> Design doc –
> [https://www.figma.com/file/gzeYx965q4DwV6ugDzp0iG/Apache-Beam-Playground?node-id=489%3A3631]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)