Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tour of Beam] [Frontend] Feedback #452

Merged
merged 8 commits into from
Apr 18, 2023

Conversation

nausharipov
Copy link
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
learning/tour-of-beam/frontend/lib/locator.dart Outdated Show resolved Hide resolved
learning/tour-of-beam/frontend/lib/pages/tour/state.dart Outdated Show resolved Hide resolved
FeedbackRating? _rating;
FeedbackRating? get rating => _rating;

void setRating(FeedbackRating rating) {

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));
}
},

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
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

@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
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