feat(frontend): Hackaton UP - add reusable workflow sections - #8527
Draft
jpablo-gz wants to merge 1 commit into
Draft
feat(frontend): Hackaton UP - add reusable workflow sections#8527jpablo-gz wants to merge 1 commit into
jpablo-gz wants to merge 1 commit into
Conversation
Contributor
|
👋 Thanks for your first contribution to Texera, @jpablo-gz! If you're looking for a good place to start, browse issues labeled You can drive common housekeeping yourself by commenting one of these commands on its own line:
Each command must match exactly: |
Contributor
Automated Reviewer SuggestionsBased on the
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this PR?
Add rectangle selection, explanatory section boxes, and a library of reusable workflow sections.
The reusable library is stored in the current browser's localStorage; it is not a shared server-side library. This change is frontend-only and adds no dependencies.
Any related issues, documentation, discussions?
Closes #8526.
Maintainer agreement has not yet been established.
Contribution workflow: https://github.com/apache/texera/blob/main/CONTRIBUTING.md
How was this PR tested?
Focused unit/integration suites, from
frontend/:179 tests passed across 13 suites against upstream main at 0b103f8.
Prettier and ESLint checked on the contributed files.
Browser-mode validation and before/after visual evidence remain pending; publish as a draft until these are complete.
Manual review steps:
Was this PR authored or co-authored using generative AI tooling?
Generated-by: OpenAI Codex (GPT-6; earlier implementation also used GPT-5-based Codex).