Skip to content
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

Selecting bookmarks within lesson management #8211

Open
Tracked by #11888
marcellamaki opened this issue Jul 16, 2021 · 1 comment
Open
Tracked by #11888

Selecting bookmarks within lesson management #8211

marcellamaki opened this issue Jul 16, 2021 · 1 comment
Labels
P1 - important Priority: High impact on UX

Comments

@marcellamaki
Copy link
Member

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

Figma designs:
Screen Shot 2021-07-16 at 11 24 54 AM

Corresponding gherkin scenarios:

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
@marcellamaki marcellamaki added the P1 - important Priority: High impact on UX label Aug 12, 2021
@Evgeni998 Evgeni998 mentioned this issue Aug 13, 2021
9 tasks
@rtibbles
Copy link
Member

Flagging that all of this has been implemented, except the ability to bookmark within the lesson creation flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 - important Priority: High impact on UX
Projects
None yet
Development

No branches or pull requests

2 participants