Skip to content

support marking extensions as work-in-progress

Warren Gifford requested to merge wip-extensions into master

Created by: sqs

Problem: it's not clear which extensions on Sourcegraph.com are ready to be used. There is a convention to add "WIP" to the title, but that is not clearly communicated and still results in the extension being shown to users prominently.

An extension with no published releases or whose title begins with WIP: or [WIP] is considered a work-in-progress extension. WIP extensions:

  • are not shown in the initial list of extensions on the extension registry (they are only shown when the user has typed in a query)
  • are sorted last on the extension registry list of extensions when there is a query (unless the user has already added the WIP extension)
  • have a red "Work in progress" badge on the extension card in the list
  • have a red "Work in progress" badge on the extension's page

This PR updates the CHANGELOG.md file to describe any user-facing changes.

fix #480 (closed)

screenshot from 2018-11-15 00-09-15 screenshot from 2018-11-14 23-48-27 screenshot from 2018-11-14 23-48-19

Merge request reports

Loading