Open ormsbee opened 1 month ago
@Ian2012: To be clear, we want to get something thin and workable into Sumac without shooting ourselves in the foot with complexity. If there's something in here that is harder than it sounds and we can get 80% of the end goal with less effort, let's talk about it. This would be the next task after you get the inline preview working.
This AC looks good. I'd say we could descope the search bar and sort.
@jmakowski1123: Changed the wording of the AC so that search/sort boils down to: "Implement this only if it's easier than hiding it." Moving it to the backlog.
Hi, the PR is ready for review https://github.com/openedx/frontend-app-authoring/pull/1458 :)
@ormsbee @jmakowski1123 This has been implemented on master by @dcoa and I think it's a huge improvement for usability of authoring text components with images. (It's not on the sandbox yet but will be next time we update it.) Do you want this backported to Sumac?
@jmakowski1123 @sdaitzman @marcotuts @lizc577 This is now ready for acceptance testing on the sandbox. Please advise if it should be backported to Sumac. I think it's a good idea, but the PR that implemented this did introduce some other bugs that are still being fixed, so there is a little bit of risk associated with it.
Background
From courses, you can upload images in the editor via a modal dialog:
We need to implement this same functionality for content libraries.
Acceptance criteria:
LibraryBlockAssetListView
endpoint in Studio:/api/libraries/v2/blocks/{usage_key}/assets/
. This endpoint does not contain the timestamp for when these assets were added, so just ignore that for display purposes.