Giter Club home page Giter Club logo

openslo-backstage-plugins's Issues

Evaluate changing repository name

The format for the repo name seems to match more what you'd expect for a repository that contains a single plugin. But since we are building a few closely related plugins and modules in a single repository, perhaps we should change the repository name sooner rather than later to reflect that.

And example of an existing plugin repo like this is https://github.com/RoadieHQ/roadie-backstage-plugins

Perhaps: openslo-backstage-plugins?

Support Importing the JSON-Schema definition from the web

We could do this in one of three ways:

  • Reference the web URL for the schema and have the plugin download it on demand
  • Cache the JSON Schema in the plugin using a query as part of the build process
  • A combination of the first two which falls back on the cached version when the web version is not accessible.

Write model code using OpenSLO JSON-Schema Def

Once you have a common package in place you can start adding your own entity definitions. For the exact details on how to do that we defer to getting inspired by the existing scaffolder-common package. But in short you will need to declare a TypeScript type and a JSONSchema for the new entity kind.

Since the JSONSchema is not yet published to the web, we should probably use a git-submodule for the schema definition until that gets finished.

Write README

Create a basic README describing:

  • The purpose of the repository
  • Each of the plugins
  • Contribution
  • Build & Deployment
  • Testing

Setup NPM Publishing

We should have github actions setup to publish the latest packages to NPM.

We probably want to have an OpenSLO npm account for this.

Setup CI using Github Actions

We need to setup CI actions to validate PRs prior to merging.

Some examples of initial checks that should be performed:

  • linting
  • unit-tests
  • version reference checks (ensure versions are being incremented consistently)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.