Skip to content

[Tour of Beam] [Frontend] Feedback#452

Merged
nausharipov merged 8 commits intotobf-all-tasks-28-03-23from
issue26075-tobf-feedback
Apr 18, 2023
Merged

[Tour of Beam] [Frontend] Feedback#452
nausharipov merged 8 commits intotobf-all-tasks-28-03-23from
issue26075-tobf-feedback

Conversation

@nausharipov
Copy link
Copy Markdown
Collaborator

@nausharipov nausharipov commented Apr 6, 2023

Resolves apache#26075
Resolves apache#26115


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI.

@nausharipov nausharipov marked this pull request as ready for review April 14, 2023 09:27
@nausharipov nausharipov requested a review from alexeyinkin April 14, 2023 14:23
FeedbackRating? _rating;
FeedbackRating? get rating => _rating;

void setRating(FeedbackRating rating) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
void setRating(FeedbackRating rating) {
set rating(FeedbackRating newValue) {

?

Comment on lines +46 to +50
onTapLink: (text, url, title) async {
if (url != null) {
await launchUrl(Uri.parse(url));
}
},
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check how this works with internal links.
Also what URLs do we use in internal links? /tour/java/module/group/unit?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oleh said that we don't have internal links.

@nausharipov nausharipov requested a review from alexeyinkin April 18, 2023 10:00
Copy link
Copy Markdown

@alexeyinkin alexeyinkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (internal review).

@nausharipov nausharipov merged commit 1fea357 into tobf-all-tasks-28-03-23 Apr 18, 2023
@nausharipov nausharipov deleted the issue26075-tobf-feedback branch April 18, 2023 12:06
Amar3tto added a commit that referenced this pull request Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants