-
Notifications
You must be signed in to change notification settings - Fork 13
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
Issue25483 pipeline options refactoring #455
Issue25483 pipeline options refactoring #455
Conversation
playground/frontend/playground_components/lib/src/constants/constants.dart
Outdated
Show resolved
Hide resolved
...d/playground_components/lib/src/widgets/pipeline_options_dropdown/pipeline_option_label.dart
Outdated
Show resolved
Hide resolved
...ayground_components/lib/src/widgets/pipeline_options_dropdown/pipeline_options_dropdown.dart
Show resolved
Hide resolved
...omponents/lib/src/widgets/pipeline_options_dropdown/pipeline_options_dropdown_separator.dart
Outdated
Show resolved
Hide resolved
...nd/playground_components/lib/src/widgets/pipeline_options_dropdown/pipeline_options_row.dart
Outdated
Show resolved
Hide resolved
learning/tour-of-beam/frontend/lib/pages/tour/widgets/pipeline_options.dart
Outdated
Show resolved
Hide resolved
learning/tour-of-beam/frontend/lib/pages/tour/widgets/playground_demo.dart
Show resolved
Hide resolved
playground/frontend/playground_components/lib/src/constants/sizes.dart
Outdated
Show resolved
Hide resolved
playground/frontend/playground_components/lib/src/controllers/playground_controller.dart
Outdated
Show resolved
Hide resolved
@@ -37,7 +37,7 @@ import 'path.dart'; | |||
|
|||
class TourNotifier extends ChangeNotifier with PageStateMixin<void> { | |||
final ContentTreeController contentTreeController; | |||
final PlaygroundController playgroundController; | |||
PlaygroundController? playgroundController; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TourNotifier must always have a final PlaygroundController
.
When I talked nullable, I meant that TobScaffold.playgroundController
should be null
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TobScaffold
does not contains playground controller. Why do you think, that non final PlaygroundController in TourNotifier is a bad idea? I believe that it supports consistenсy of tour notifier, when it does not contains an example
playground/frontend/playground_components/lib/src/controllers/playground_controller.dart
Outdated
Show resolved
Hide resolved
...ound/frontend/playground_components/lib/src/controllers/example_loaders/examples_loader.dart
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (internal review).
resolves: apache#25483
pipeline options extracted to playground_components and added to tour of beam
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
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, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.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)
See CI.md for more information about GitHub Actions CI.