Page MenuHomePhabricator

Decide how to structure the CLI script that renders charts
Open, HighPublic2 Estimated Story Points

Description

The Chart extension will shell out to a CLI script that renders the chart based on a JSON blob passed to it by the extension. We need to make some initial technical decisions about the structure of this script before we can build it.

We need to decide where this script will live:

  • In a separate repo?
  • In the same repo as the Chart extension, but in a subdirectory?

We also need to decide whether we want to write this script in:

  • JavaScript; or
  • TypeScript
  • Decide where the CLI script will live
  • Decide what language the CLI script will be written in