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 Editor Widget - Quick edit mode #10865

Closed
Tracked by #10856 ...
farmaazon opened this issue Aug 21, 2024 · 6 comments · Fixed by #12129
Closed
Tracked by #10856 ...

Table Editor Widget - Quick edit mode #10865

farmaazon opened this issue Aug 21, 2024 · 6 comments · Fixed by #12129
Assignees
Labels
-gui d-intermediate Difficulty: some prior knowledge required x-new-feature Type: new feature request

Comments

@farmaazon
Copy link
Contributor

farmaazon commented Aug 21, 2024

When user is editing cell/column name:

  • When pressing tab, the current value should be accepted, and edit should go to the next cell in the row, or first cell in the next row.
  • Same pressing enter, but edit should always go to the first cell in the next row.

The user can always end this "chain" by pressing escape.

@farmaazon farmaazon added d-intermediate Difficulty: some prior knowledge required p-medium Should be completed in the next few sprints x-new-feature Type: new feature request -gui labels Aug 21, 2024
@farmaazon farmaazon added this to the 2024-09 Release milestone Aug 21, 2024
@farmaazon farmaazon moved this from ❓New to 📤 Backlog in Issues Board Aug 21, 2024
@AdRiley AdRiley changed the title Quick edit in Table Editor Widget Table Editor Widget - Quick edit mode Oct 29, 2024
@farmaazon farmaazon self-assigned this Jan 14, 2025
@farmaazon farmaazon moved this from 📤 Backlog to 🔧 Implementation in Issues Board Jan 14, 2025
@farmaazon farmaazon removed the p-medium Should be completed in the next few sprints label Jan 16, 2025
@enso-bot
Copy link

enso-bot bot commented Jan 22, 2025

Adam Obuchowicz reports a new STANDUP for yesterday (2025-01-21):

Progress: Implemented the feature and refactored handlers, simplifying them greatly. It should be finished by 2025-01-23.

Next Day: Next day I will be working on the same task. Add some unit tests

@enso-bot
Copy link

enso-bot bot commented Jan 23, 2025

Adam Obuchowicz reports a new STANDUP for yesterday (2025-01-22):

Progress: Did a review. Not progressed much with unit tests, unfortunately. It should be finished by 2025-01-24.

Next Day: Next day I will be working on the same task. Finish unit tests

@enso-bot
Copy link

enso-bot bot commented Jan 24, 2025

Adam Obuchowicz reports a new STANDUP for yesterday (2025-01-23):

Progress: To do the unit tests properly, I needed to do a bit of refactoring. Some time spent on reviewing PR. Tests are almost done It should be finished by 2025-01-24.

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

@enso-bot
Copy link

enso-bot bot commented Jan 27, 2025

Adam Obuchowicz reports a new STANDUP for the last Friday (2025-01-24):

Progress: Created a PR, and started making a screencast. Unfortunately, I discovered, that there are issues ruining quck-editing UX (the graph editing refreshes when editing after tabbing). Try to avoid this problem by making rowData and colDefs more "resiliant" to inner code updates. It should be finished by 2025-01-28.

Next Day: Next day I will be working on the same task. Finish current approach and see if it helps.

@enso-bot
Copy link

enso-bot bot commented Jan 28, 2025

Adam Obuchowicz reports a new STANDUP for yesterday (2025-01-27):

Progress: Faced many interesting errors when trying to reduce number of updates in AgGrid. For example, not firing watches... It should be finished by 2025-01-28.

Next Day: Next day I will be working on the same task. Change approach a little, and try to finish task.

@farmaazon farmaazon moved this from 🔧 Implementation to 👁️ Code review in Issues Board Jan 29, 2025
@enso-bot
Copy link

enso-bot bot commented Jan 29, 2025

Adam Obuchowicz reports a new STANDUP for today (2025-01-29):

Progress: Finished task, fixed tests and created PR. Started looking at cloud file browser. It should be finished by 2025-01-30.

Next Day: Next day I will be working on the #12002 task. Test my changes to display root directories; probably some logic for setting an initial directory will be needed.

@mergify mergify bot closed this as completed in #12129 Jan 30, 2025
@mergify mergify bot closed this as completed in 5c07590 Jan 30, 2025
@github-project-automation github-project-automation bot moved this from 👁️ Code review to 🟢 Accepted in Issues Board Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-gui d-intermediate Difficulty: some prior knowledge required x-new-feature Type: new feature request
Projects
Status: 🟢 Accepted
Development

Successfully merging a pull request may close this issue.

2 participants