-
Notifications
You must be signed in to change notification settings - Fork 85
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
Shareable URLs for library components and searches #1499
Comments
The "manage team" page is currently in a modal.. should it be moved to its own page? |
@pomegranited Not necessarily - you can easily use a react-router |
@jmakowski1123 @lizc577 @sdaitzman @marcotuts This is ready for AC testing on the sandbox. |
@pomegranited There is something weird going on - whenever I select a new component on the "Components" tab, the focus jumps back to the "Search" input box. Screen.Recording.2025-01-15.at.10.00.39.AM.mov |
As an author working with content libraries, I want to easily share any component in a library with other people on my team, by copying the URL from my browser and sending it to them.
As an author working with content libraries, I want to easily share any search results with other people on my team, by copying the URL from my browser and sending it to them.
As an author working with content libraries, I want to bookmark a search in my browser and return to it at any time, with the same filters and keywords applied.
As an author of a content library with public read access, I want to easily share any component in a library with any authors on the same Open edX instance, by copying the URL from my browser and sending it to them.
Update the router for content libraries v2 so that:
Example (it doesn't have to use this exact format though): http://apps.local.openedx.io:2001/authoring/library/lib:OpenCraftX:ALPHA/collection/c-123/?type=text,problem&q=keyword&tags=foo,bar&sidebar=collection&sidebar_collection_id=c-123&sidebar_tab=details
With this example, changes to the query string should be done by replacing the current location (not added to history, not affecting the back button), and changes to the non-query string part should be done by updating the location (added to history, will integrate with back button).
The text was updated successfully, but these errors were encountered: