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

Implement field differ and sync for DiffedContent #1294

Conversation

aapomm
Copy link
Contributor

@aapomm aapomm commented Sep 13, 2024

Spec

Users might want to update specific fields only, and they may or may not want to sync all of the changes.

Proposed solution
In the Issue Library widget, users will be able to see all the fields that have been changed. Each will serve as a link to a modal where the user will be able to see the diff for the field in question.

In the issue#show IssueLibrary widget:

  • Update the diff modal to support the per-field diff
    • Update the DiffedIssue service class
      • Checks if the field of the issue is outdated against the associated field of the entry
      • Uses Differ to show the difference between the field of the issue and the on of the entry
  • Implement a one-click action to sync the fields

Check List

- [ ] Added a CHANGELOG entry

@aapomm aapomm merged commit 29a79a8 into feature/issue-entry-association-diff Sep 25, 2024
@aapomm aapomm deleted the feature/issue-entry-association-fields branch September 25, 2024 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant