1.1.23 • Published 24 hours ago

@roadiehq/backstage-plugin-shortcut v1.1.23

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
24 hours ago

Shortcut Plugin for Backstage

a preview of the Shortcut plugin

This plugin provides overview of user stories which are not yet completed but are assigned to a user. In order to retrieve stories you will need to sign in to Backstage using same email address used for Shortcut account.

Rate Limit

The Shortcut REST API limits requests to 200 per minute. Any requests over that limit will not be processed, and will return a 429 (“Too Many Requests”) response code.

Authentication

The Shortcut API uses token-based authentication so in order to retrieve results you will need it. To generate an API token, go to https://app.shortcut.com/settings/account/api-tokens.

Features

  • Shortcut stories progress overview.

How to add shortcut plugin to Backstage app:

If you have your own backstage application without this plugin, here it's how to add it:

  1. Install the plugin inside backstage/packages/app :
cd packages/app
yarn add @roadiehq/backstage-plugin-shortcut
  1. In the app-config.yaml file in the root directory, add shortcut to the proxy object:
proxy:
  ...
  '/shortcut/api':
    target: https://api.app.shortcut.com/api/v3
    headers:
      Shortcut-Token: '${SHORTCUT_API_TOKEN}'

How to add Shortcut stories card to Home page:

In order to add the Shortcut stories card in your Home page, follow the instructions below:

// packages/app/src/components/home/HomePage.tsx
import { HomepageStoriesCard } from '@roadiehq/backstage-plugin-shortcut';
...

export const HomePage = () => {
  <PageWithHeader title="Home" themeId="home">
    <Content>
    ...
        <Grid item md={6} xs={12}>
            <HomepageStoriesCard />
        </Grid>
    ...
    </Content>
  </PageWithHeader>
);

Links

1.1.23

24 hours ago

1.1.22

1 month ago

1.1.21

2 months ago

1.1.20

2 months ago

1.1.16

6 months ago

1.1.15

7 months ago

1.1.14

9 months ago

1.1.13

10 months ago

1.1.17

5 months ago

1.1.12

11 months ago

1.1.11

11 months ago

1.1.10

11 months ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.1

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.0

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago