-
Notifications
You must be signed in to change notification settings - Fork 75
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
Library Collections Tab #1102
Comments
Hi @jmakowski1123 @bradenmacdonald @rpenido identified some missing requirements for this ticket (thank you!). There's one Product question below, but these points can be added into this ticket without trouble.
|
Hi @jmakowski1123 @lizc577 @sdaitzman @marcotuts one product questions for you :) CC @navinkarkera Should the "Home > Recently Modified" section display the recently modified Collections + Components, or just Components? The Collection.modified field will be updated when the Collection metadata (title, description) changes and when Components are added/removed from the Collection. |
Hi @pomegranited, that section should display both recently modified collections and components. Collections should be considered modified when components have been added or edited as well. |
@jmakowski1123 @lizc577 @sdaitzman @marcotuts This is ready for AC testing on the sandbox |
@navinkarkera thanks! Here are some issues I noticed:
|
Grid/layout and responsiveness to search and sort look good. |
@sdaitzman @lizc577 Yes, that is correct. Functionality of the card like 3 dot menu and sidebar is not in scope of this task.
Got it, I'll fix it in #1281 |
|
Looks good! |
Designs: Mid-Fi Figma link
Implement the grid/card view of collections in the library that match the current keyword search.
Collections Cards:
Display the collection name, description and tag icon with tag count (see tagging epic).
Note: We will probably descope the three-dot menu from collections cards on the Collections tab and where collections cards are displayed on the Library home.
The description field is populated at the time of the collection creation, or can be added later from the Collections sidebar. If a collection contains no description, the space can be left empty.
The Collection card contains a count of how many pieces of content are contained within the collection. If there are no pieces of content in the collection, the count should not display at all.
Card should be color-coded based on type.
details TBD
Long titles/descriptions/types should be truncated with an ellipsis as shown in the mockups.
Icons should match the icons we're using in the courseware search modal, and should be sharing the same code.
Implement Infinite scroll (Hint: useInfiniteQuery)
Keep the empty states for when there are no collections in the library or no collections matching the search.
The text was updated successfully, but these errors were encountered: