openedx / frontend-app-authoring

Front-end for the Open edX Studio experience, implemented in React and Paragon.
GNU Affero General Public License v3.0
13 stars 72 forks source link

Edit a Collection #1296

Open pomegranited opened 2 days ago

pomegranited commented 2 days ago

Update the Authoring MFE to use the Update Collection REST API implemented by https://github.com/openedx/modular-learning/issues/226:

bradenmacdonald commented 2 days ago

@lizc577 @sdaitzman Is there a mockup for how editing a collection title/description is done?

sdaitzman commented 1 day ago

@bradenmacdonald I don't think we have a separate "edit collection" flow (@lizc577 correct me if I'm wrong), but I think the collection sidebar should allow title/description editing just like for a component

image

image

bradenmacdonald commented 1 day ago

@sdaitzman That makes sense! Thanks :)