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

Get related records by text #2598

Open
3 tasks done
mtrezza opened this issue Sep 15, 2024 · 1 comment
Open
3 tasks done

Get related records by text #2598

mtrezza opened this issue Sep 15, 2024 · 1 comment
Labels
bounty:$20 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 Sep 15, 2024

New Feature / Enhancement Checklist

Current Limitation

Currently the context menu allows to get related records by pointer fields, but not by fields of other types.

Feature / Enhancement Description

When right clicking on a field of type text, number or boolean, the "Get related records from..." menu should show other fields of the same type in other classes. Even if the list is quite long if there are many text fields across all classes, it's still more efficient and convenient that the workaround described below.

Example Use Case

Given that there is a class LoginHistory with a field username of type text.

  1. In class _User right click on field username and choose menu "Get related records from..." > "LoginHistory - username".
  2. It navigates to class "LoginHistory" and shows all records where field username has the same value like the username field selected in the _User class.

Alternatives / Workarounds

Copy username, navigate to other class, create filter and paste value.

Copy link

parse-github-assistant bot commented Sep 15, 2024

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature labels Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$20 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