Page MenuHomePhabricator

Update and adapt standard Editing workflow for Image Recommendations
Closed, ResolvedPublic

Description

Since the Image Recommendations feature will reuse and feed into our standard editing interface (and our standard insert-image interface), we'll need to make some slight adjustments to make it work.

  • Update the standard insert-image interface to match the new designs (screenshots 12 - 15 in the parent task)

Thinking through how the behavior of the editor interface will need to change, here is the default behavior for general editing:

  • Enter the editing activity and see the wikitext of the article.
  • Next -> see a preview of the article with your changes.
  • Next -> add a summary and watch the page.
  • Next -> publish and return to the previous activity.

The new behavior (when getting invoked from Image Recommendations) will be:

  • Enter the editing activity and go directly into the insert-image workflow, with the image passed as a parameter and pre-populated.
  • Follow the existing insert-image workflow for entering a caption and alt-text.
  • When finished inserting the image, go directly to Preview.
  • Next -> add a summary and watch the page.
  • Next -> publish and return to the previous activity.