-
Notifications
You must be signed in to change notification settings - Fork 175
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
[conflict_resolver] Update test plan and README to test widgets #6454
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pretty good. Clarifications suggested and requested.
Co-authored-by: christinerogers <christinerogers@users.noreply.github.com>
Co-authored-by: PapillonMcGill <34311645+PapillonMcGill@users.noreply.github.com>
Co-authored-by: christinerogers <christinerogers@users.noreply.github.com>
Co-authored-by: christinerogers <christinerogers@users.noreply.github.com>
@@ -66,3 +66,6 @@ If the `conflicts_unresolved` table somehow becomes out of sync | |||
with the data in LORIS, the `tools/recreate_conflicts.php` script | |||
can be used to re-compare single and double data entry values | |||
and repopulate the `conflicts_unresolved` table. | |||
|
|||
The conflict resolver registers modules on the dashboard and the | |||
`candidate_profile` dashboard. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`candidate_profile` dashboard. | |
`candidate_profile` modules. |
I don't like calling it a dashboard to avoid confusion with THE dashboard which is a module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's emphatically designed to be a dashboard.
Co-authored-by: Rida Abou-Haidar <ridz1208@users.noreply.github.com>
Update conflict resolver to include tests for the widgets it includes in different modules.
Fixes #6434.