-
Notifications
You must be signed in to change notification settings - Fork 89
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
Unit full-page view (barebones) #1609
Comments
Is this always unique or can a unit be "independent" and part of a subsection? |
@bradenmacdonald initially, units will always either be independent (Library → Unit) or within a subsection (Library → Subsection → Unit or Library → Section → Subsection → Unit). Since initial section/subsection support will be read-only (#1612), users won't be able to add a unit to a subsection. All units will either be an independent object, or imported as part of a subsection. Units imported as part of a subsection should still show up in browse/search, but their location is within that subsection (and would show up that way in the breadcrumbs). Later, when we support editing subsections, I think a unit that is referenced in exactly one subsection in the same library should always show that subsection in the breadcrumbs. If/when we support adding an existing unit to a subsection, we'll have to modify the breadcrumbs to reflect that. |
@phuvynguyen feel free to add screenshots of XBlock preview variants to this story when they're ready |
Designs: mid/hifi Figma link
Spec
Library >
,Library > Subsection
, orLibrary > Section > Subsection
).In scope
Not in scope
Component States
The text was updated successfully, but these errors were encountered: