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

Keep cell selected after data browser refresh #2631

Open
3 tasks done
mtrezza opened this issue Dec 11, 2024 · 1 comment
Open
3 tasks done

Keep cell selected after data browser refresh #2631

mtrezza opened this issue Dec 11, 2024 · 1 comment
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature

Comments

@mtrezza
Copy link
Member

mtrezza commented Dec 11, 2024

New Feature / Enhancement Checklist

Current Limitation

When clicking "Refresh" in the data browser, the cell stays selected in the same row / column position, even if the document moved to a different row. The user may mistake the selected cell as being the previously selected cell which can lead to user errors.

Feature / Enhancement Description

  • Remember the objectId and selected field of the document and select the same cell even if its position has moved. Also the field name should be explicitly remembered, instead of just the row / column coordinates.
  • If the specific document and field are not in the data browser anymore after a refresh, no cell should be selected to avoid confusion.

Example Use Case

  1. Browse to _User class.
  2. Sort ordered by createdAt.
  3. Select a cell in row 1 (document A).
  4. Refresh the data browser.
  5. Assuming that a new document B has been created in the meantime, that is now in row 1.
  6. The selected cell is now of document B instead of document A, but it should be in row 2 of document A.

Alternatives / Workarounds

None.

Copy link

parse-github-assistant bot commented Dec 11, 2024

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added type:feature New feature or improvement of existing feature bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

1 participant