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 #29

Open
2 tasks
jmejia opened this issue Dec 3, 2018 · 0 comments
Open
2 tasks

User Dashboard: Bookmarks #29

jmejia opened this issue Dec 3, 2018 · 0 comments

Comments

@jmejia
Copy link
Contributor

jmejia commented Dec 3, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant