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
Coaches should be able to select bookmarks from within the context of creating or managing lessons. Just like with quiz creation, the coach should be able to navigate into the bookmarks through a new Bookmarks card added to the page, and then, see bookmarked resources that the coach can select through checkboxes to add to the resource.
Note from the designer on this interaction:
lessons uses an auto-save feature per selection, so the user just has to “close” out
Feature: Coaches can bookmark resources and topics
Scenario: Coaches can bookmark resources while in lesson resource management flow
Given that I have created a lesson
And I am adding resources to my lesson
And I see a list of available resources to add
When I click bookmark icon on a resource or topic card
Then I see a snackbar confirming the resource or topic was bookmarked
And the resource or topic is added to my list of bookmarks
Feature: Coaches can select and use bookmarked resources in lesson creation
Scenario: coaches add a bookmarked resource to a lesson
Given that I have created a lesson
And I am on the lesson resource management page
When I browse the new bookmarks content tree
And I see a list of bookmarks consisting of only resources and navigable topics
And I find and select a bookmarked resource via the checkbox
Then I see a snackbar appear confirming the resource was added to my lesson
Scenario: coaches add a multiple bookmarked resources to a lesson
Given that I have created a lesson
And I am on the lesson resource management page
When I browse the new bookmarks content tree
And I see a list of bookmarks consisting of only resources and navigable topics
And I find and select multiple bookmarked resources via multiple checkboxes
Then I see a snackbar appear confirming the resources were added to my lesson
The text was updated successfully, but these errors were encountered:
Coaches should be able to select bookmarks from within the context of creating or managing lessons. Just like with quiz creation, the coach should be able to navigate into the bookmarks through a new Bookmarks card added to the page, and then, see bookmarked resources that the coach can select through checkboxes to add to the resource.
Note from the designer on this interaction:
Figma designs:
Corresponding gherkin scenarios:
The text was updated successfully, but these errors were encountered: