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

User Dashboard: Bookmarks #11

Closed
2 tasks
BrianZanti opened this issue Feb 5, 2020 · 0 comments
Closed
2 tasks

User Dashboard: Bookmarks #11

BrianZanti opened this issue Feb 5, 2020 · 0 comments
Assignees
Projects

Comments

@BrianZanti
Copy link
Collaborator

Background: Ability to bookmark is already built out. This story should display things that are already bookmarked. Bookmarking occurs in UserVideosController#create if you want to explore the model relationships.

As a logged in user
When I visit '/dashboard'
Then I should see a list of all bookmarked segments under the Bookmarked Segments section
And they should be organized by which tutorial they are a part of
And the videos should be ordered by their position
  • Only makes one query to the database (no n+1 queries)
  • Avoids loading all videos into memory
@BrianZanti BrianZanti added this to To do in brownfield Feb 5, 2020
@DavidBarriga-Gomez DavidBarriga-Gomez moved this from To do to In progress in brownfield Feb 13, 2020
brownfield automation moved this from In progress to Done Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
brownfield
  
Done
Development

No branches or pull requests

3 participants