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

Merge records: Multiple selected from from a list #2857

Open
george-neha opened this issue Feb 14, 2025 · 4 comments
Open

Merge records: Multiple selected from from a list #2857

george-neha opened this issue Feb 14, 2025 · 4 comments
Assignees
Labels
Type: Feature new user-facing feature

Comments

@george-neha
Copy link

george-neha commented Feb 14, 2025

In the notes/tasks entity, multiple children/teams involved/groups can be tagged to a note/task. While merging such records, the children/team involved/groups should be available as specified in the preview column. The user should also be able to choose additional values from the list.

Scenario 1:
Record 1 has child A, B, C
Record 2 has child B, C, D, and E.

The user should be able to manually select the tagged children/team involved/groups to move to the merged record.

Merged Record: Child A, B, C, D, E

Scenario 2:

Record 1 has child A, B, C
Record 2 has child B, C, D, and E.
Merged Record: Child A, B, C, F and G

@Abhinegi2
Copy link
Contributor

@george-neha, I have a few questions:

  1. Since we already implemented multi-select for the entityType field in Merge two records into a single record #2855, I believe both scenarios mentioned above are covered there. Could you please verify and test this?

  2. For child entities that have related entity tabs like Education, Attendance, and Notes, I don’t think we’ve addressed how the merge functionality will work for them in this issue and also in our first version. Do we already have a sub-issue for that? If not, how do we plan to handle their representation in the merge preview dialog?

Let me know your thoughts, and we can connect to discuss this further.

@sleidig sleidig moved this from Triage / Analysis to Functional Review in All Tasks & Issues Mar 5, 2025
@george-neha george-neha moved this from Functional Review to Technical Review in All Tasks & Issues Mar 5, 2025
@george-neha
Copy link
Author

During the multi-selection of beneficiaries in the notes entity, when a value is de-selected from records A or B, the other selected values are deleted.

20250306-1233-51.1327477.mp4

@sleidig
Copy link
Member

sleidig commented Mar 7, 2025

when manually changing a field in the preview column, the record A / B radiobutton or checkbox should probably get unselected automatically

@sleidig sleidig moved this from Technical Review to In Progress in All Tasks & Issues Mar 7, 2025
@sleidig
Copy link
Member

sleidig commented Mar 7, 2025

Shouldn't fields without / empty values be hidden? For some dataTypes this doesn't seem to work yet (e.g. expecting Notes, RelatedRecords, Groups to be hidden):

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature new user-facing feature
Projects
Status: In Progress
Development

No branches or pull requests

3 participants