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

Allow to paste coordinates tuple in data browser #2462

Closed
3 tasks done
mtrezza opened this issue Jun 16, 2023 · 6 comments · Fixed by #2464
Closed
3 tasks done

Allow to paste coordinates tuple in data browser #2462

mtrezza opened this issue Jun 16, 2023 · 6 comments · Fixed by #2464
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@mtrezza
Copy link
Member

mtrezza commented Jun 16, 2023

New Feature / Enhancement Checklist

Current Limitation

While it's possible to select a geo point field in the data browser and copy its content tuple (long, lat), it's not possible to paste the tuple. This makes it difficult to copy a location from one field and paste it into another field as long and lat need to be pasted individually in two separate text fields.

Screen.Recording.2023-06-16.at.14.36.52.mov

Feature / Enhancement Description

Allow to paste the copies geo point in a single step into a geo point field.

Example Use Case

  1. In data browser select a geo point field.
  2. Copy the field value Crtl+C; adds (12.345, 12.345) to the pasteboard.
  3. Select another geo point field, double click and use Crtl+V to paste (12.345, 12.345).

Alternatives / Workarounds

Copy and paste long and lat separate to a new geo field.

@parse-github-assistant
Copy link

parse-github-assistant bot commented Jun 16, 2023

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:$20 Bounty applies for fixing this issue (Parse Bounty Program) bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) and removed bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) labels Jun 16, 2023
@mtrezza mtrezza added type:bug Impaired feature or lacking behavior that is likely assumed and removed type:feature New feature or improvement of existing feature labels Jun 20, 2023
@mtrezza
Copy link
Member Author

mtrezza commented Jun 20, 2023

Changed this to "bug" since it turns out pasting coordinates was an existing feature that broke at some point.

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.2.0-alpha.18

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Jun 20, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.3.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Sep 15, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.3.0-alpha.1

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.3.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Nov 16, 2023
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) state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
2 participants