You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The header is defined by the top-level library reused object: (ie: Section/ Subsection)
Header has text: "Preview Changes: " block type icon, and the title of the Section or Subsection
The header does not change when the user clicks into child/grandchild components
Diff Listings
The section/subsection sync dialog shows a 2-up view with before and after states.
{Section Title Here} is the title of the currently in-view block.
If user has clicked into a child component, the title shows breadcrumbs. Specs are defined below.
Before always shows the current local course state including local title changes
After always shows the resulting state if changes are accepted, including local title changes
Clicking on child component with changes navigates to a view of that component
Un-modified blocks (or blocks with only title/text overrides) are not clickable
Title/Breadcrumbs
If viewing the top-level syncable object, the title should just show the title of the block
If viewing a child component, there should be a back button with arrow that brings you one level up: for a subsection, navigates back to the Section, for a Unit, navigates back to the Subsection.
Breadcrumbs should show titles of each block above the currently viewed object. (note: top level object does not show up in bread crumbs, ie: if viewing a sync modal for a Section, breadcrumbs go up to Subsection)
Breadcrumb titles are clickable and navigates to the named block (ie: {subsection name} is a link, and when clicked should navigate up to that subsection)
Actions-> Results
Clicking "Accept Changes" should accept all changes to the top level block and all published changes to contained objects excluding text overrides and title overrides
Clicking "Ignore Changes" should show the currently implemented dialog:
3. Clicking "Ignore" on the dialog should behave as currently implemented: block should be removed the the library updates page until a new version is published from a library
4. Clicking the X button in the top right of the modal should result in no changes: top level block still shows a sync icon on the Outline page, and still appears in the library updates page
In Scope
Sync dialog shows current object before/after, allows navigating into lower-level containers that have changes.
User can choose whether to accept or ignore changes
Not in Scope
Partial syncs (accepting only specific changes)
Unlink action: this should be done from the course outline page overflow menu
Changes to "ignore" behavior and "Ignore Changes" confirmation dialog
Hi @navinkarkera, doing some testing still on this but wanted to put some notes while in progress. Some of these may be issues with sync, not necessarily the modal/ cards. I also am putting all notes here instead of splitting them to the child issues. Please let me know if you'd prefer these notes to be split into the sub-issues.
Modal design:
Is it possible to add the icon for the structural block type in the header of the modal?
Looks like the modal for syncing units is showing the incorrect icon:
Added/Deleted/Unit
Deleted, Added, Unit level Diffs #2411 Not seeing the designs from this ticket. Is this still in progress? (User should be able to navigate into an added subsection to see what has been added as part of the new subsection)
Deletion
Deletion bugs addressed in #2562. Leaving here for reference:
I'm seeing a few issues with deletion:
Deleted component in a reused subsection
add a subsection to a course with units and components. Delete one of the components as the only change.
The sync modal is stuck in a loading state.
Deleted component in a reused section
add a section with subsections, units, components. Delete component as the only change. publish at the unit level.
The section is now unable to be synced. The behavior is different at different times. It does not show up at all on library updates page, and sometimes it does but sync does not work.
I'm assuming rename issues are out of scope and addressed in the #2438 and #2439
Designs
Top Level Sync Dialog

Dialog of Child Blocks
Spec
Modal Header
Diff Listings
Title/Breadcrumbs
Actions-> Results
In Scope
Not in Scope
Related Issues
AC Testing
Hi @navinkarkera, doing some testing still on this but wanted to put some notes while in progress. Some of these may be issues with sync, not necessarily the modal/ cards. I also am putting all notes here instead of splitting them to the child issues. Please let me know if you'd prefer these notes to be split into the sub-issues.
Modal design:
Added/Deleted/Unit
Deletion
Deletion bugs addressed in #2562. Leaving here for reference:
I'm seeing a few issues with deletion:
Deleted component in a reused subsection
add a subsection to a course with units and components. Delete one of the components as the only change.
The sync modal is stuck in a loading state.
Deleted component in a reused section
add a section with subsections, units, components. Delete component as the only change. publish at the unit level.
The section is now unable to be synced. The behavior is different at different times. It does not show up at all on library updates page, and sometimes it does but sync does not work.
I'm assuming rename issues are out of scope and addressed in the #2438 and #2439