Skip to content

100Automations/github-story-points-calculator

Repository files navigation

GitHub Spoints Counter

Overview

There is a lot of project management that can be simplified through story points. This project aims to add story points to the GitHub board via browser extension for Firefox (and Chrome in the future).

Quickstart

To get started, take a look at the Installation steps to install. Then review our Resources/Instuctions to find steps to use the extension.

Current State

In development

Installation

The project is currently in development. As such the current installation has not been vetted by the FireFox board and is not downloadable via the FireFox addon website. Please download and use this at your discretion.

Steps to download the addon:

  1. Prereqs:
  2. Visit this page.
  3. Click the link to download.
  4. Click Continue to installation.
  5. Click Add.
  6. Click Okay.
  7. (optional) If at a later time, you wish to delete the extension, please visit this link for the latest instructions.

Resources/Instructions

For instructions on how to use the extension, visit this site.

Security Note

Although the application embeds user input into the DOM, it does so through .textContent which specifically escape strings. Visit this link to learn more on escaping HTML embeds.