-
Notifications
You must be signed in to change notification settings - Fork 80
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
Collections Page - Create new content from within a collection #1167
Comments
@jmakowski1123 @lizc577 @sdaitzman @marcotuts This is ready for AC testing on the sandbox |
When I click "edit" on a text or a problem block that is in a collection, and then I click save, I am bumped out of the Collection and back to Library Home. The expected behavior should be: If I edit a piece of content from within a collection, then I should stay in the collection after clicking "save". |
@jmakowski1123 that will be fixed by #1321 which I should get to soon. |
Just re-tested and this seems to be fixed now, thanks! |
When users are on a Collection Page, one option to populate the Collection with content is to create new content within the collection.
Option 1: Create new content
When a user clicks on the "new" button, this triggers the "Add content" sidebar to open.
Users can select to create a new text, problem, video block.
NOTE: Creating a new unit is out of scope for the MVP.
When a content type is selected, the requisite editor opens, which will be addressed in Epic 4. For now, the Add Content sidebar just needs to exist.
After the content has been edited in the Editor, the content tile automatically populates in the Collection Page. If the Collections page is in the auto-sorted state, which is "recently modified" by default, then the new content tile will appear first. If the Collections page has another sort applied, then the new content tile will appear accordingly, and the page should jump to the new tile's location.
The text was updated successfully, but these errors were encountered: