Page MenuHomePhabricator

[S] Filter out all .svg files from section-level image suggestions
Closed, ResolvedPublic

Description

In order to reduce the likelihood of icons and other unwanted files appearing in section-level image suggestions, we will filter out .svg files from possible section-level image suggestions in the pipeline.

Acceptance Criteria:

  • only images that are not a variant of .svg files are suggested as section-level image suggestions

Details

ReferenceSource BranchDest BranchAuthorTitle
repos/structured-data/image-suggestions!23T311289-combined-prune-svgsT311289-combinedxcollazoFilter out all .svg files from section-level image suggestions.
Customize query in GitLab

Event Timeline

CBogen renamed this task from Filter out all file types that are not .jpg and .tiff from section-level image suggestions to [S] Filter out all file types that are not .jpg and .tiff from section-level image suggestions.Mar 8 2023, 5:28 PM
CBogen renamed this task from [S] Filter out all file types that are not .jpg and .tiff from section-level image suggestions to [S] Filter out all .svg files from section-level image suggestions.Mar 8 2023, 6:25 PM
CBogen updated the task description. (Show Details)
xcollazo changed the task status from Open to In Progress.Mar 20 2023, 6:05 PM
xcollazo claimed this task.

@CBogen: Do we want to remove the SVGs only from section-level image suggestions, or from all suggestions?

@CBogen: Do we want to remove the SVGs only from section-level image suggestions, or from all suggestions?

Section-level only; we're not making changes to article-level right now (which has different logic for filtering out icons).