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

Table Input Widget: Add column with plus #11388

Merged
merged 11 commits into from
Oct 25, 2024

Conversation

farmaazon
Copy link
Contributor

@farmaazon farmaazon commented Oct 23, 2024

Pull Request Description

Fixes #10863

(The Column #3 in a screenshot below is just created and actually existing).

image

Important Notes

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • The documentation has been updated, if necessary.
  • Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
  • All code follows the
    Scala,
    Java,
    TypeScript,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.
  • Unit tests have been written where possible.
  • [ ] If meaningful changes were made to logic or tests affecting Enso Cloud integration in the libraries,
    or the Snowflake database integration, a run of the Extra Tests has been scheduled.
    • If applicable, it is suggested to paste a link to a successful run of the Extra Tests.

Comment on lines 34 to 35
// console.log(props.params.tooltipRegistry)
// provideTooltipRegistry._mock(props.params.tooltipRegistry)
Copy link
Contributor

Choose a reason for hiding this comment

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

Leftover debugging

if (inputElement.value == null) {
console.error('Tried to accept header new name without input element!')
console.warn('Tried to accept header new name without input element!')
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not error--if this occurs we have a bug, right?

@enso-bot
Copy link

enso-bot bot commented Oct 25, 2024

Adam Obuchowicz reports a new STANDUP for the last Tuesday (2024-10-22):

Progress: Implemented the main feature, but still tests need to be updated. It should be finished by 2024-10-28.

Next Day: Next day I will be working on the same task. Finish tests and create a PR

@enso-bot
Copy link

enso-bot bot commented Oct 25, 2024

Adam Obuchowicz reports a new STANDUP for the last Wednesday (2024-10-23):

Progress: Finished tests and created a PR. Also created a PR with eslint bump and fixed flakiness of selection unit tests. It should be finished by 2024-10-28.

Next Day: Next day I will be working on the #10861 task. address PR review and start implementing Widget's persistence.

@enso-bot
Copy link

enso-bot bot commented Oct 25, 2024

Adam Obuchowicz reports a new STANDUP for yesterday (2024-10-24):

Progress: Addressed review and tried to fix tooltips in the "add column" icon. After all, found a workaround and added TODO to the code. It should be finished by 2024-10-25.

@farmaazon farmaazon added the CI: Clean build required CI runners will be cleaned before and after this PR is built. label Oct 25, 2024
@farmaazon farmaazon added the CI: Ready to merge This PR is eligible for automatic merge label Oct 25, 2024
@mergify mergify bot merged commit 08fd921 into develop Oct 25, 2024
36 of 37 checks passed
@mergify mergify bot deleted the wip/farmaazon/add-column-with-plus branch October 25, 2024 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-gui CI: Clean build required CI runners will be cleaned before and after this PR is built. CI: Ready to merge This PR is eligible for automatic merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table Widget: An explicit plus to add a column
2 participants