Home
Softono

Git Kanban Enhanced Extension

Open source MIT TypeScript
49
Stars
3
Forks
51
Issues
1
Watchers
6 months
Last Commit

 About Git Kanban Enhanced Extension

chrome extension to add additional kanban project planning to git hosting: github.com, gitlab.com, gitea.io, bitbucket.org

Platforms

Web Self-hosted

Languages

TypeScript

Links

Need Help Installing Git Kanban Enhanced Extension?

We provide expert installation service for this software. Our team will install, configure, and secure Git Kanban Enhanced Extension on your server. plans start at just $30.

Git Kanban Enhanced Extension

View on GitHub

Vue Build Pipeline

git-kanban-extensions (in progress)

  • NOTE: this product isn't finished and is missing core functionality.
  • see wiki for user instructions. CONTRIBUTIONS are welcome. WORK IN PROGRESS.
  • Kanban extensions for github, gitlab, bitbucket, gitea.
  • Goal to support weights, multi projects, epics, blockers
  • 2 plugins for each browser, one supports custom urls, one has predefined
  • initialized using vue cli npm install -g @vue/cli
    • vue create webextension see vue.config.js for recommened build settings

published browser extensions

  • Chrome Web Store
  • Chrome Web Store
  • Mozilla Add-on
  • Mozilla Add-on

getting started (development)

# install node version
nvm install
# https://github.com/coreybutler/nvm-windows in powershell
nvm install (Get-Content .nvmrc)
# install dependencies
yarn install # or yarn
# setup browser manifest, optional flags --firefox --custom
npm run build:manifest -- --custom
# run dev auto build
npm run watch # or yarn dev
  • chrome
    • recommend opening a separate chrome user just for extension development to avoid conflicts with your current extension list
      • click on profile top right, then manage people, then add a person such as chromedev
    • open settings chrome://extensions/
      • check developer mode top right
      • click load unpacked then select the ** dist** folder in this project
  • firefox
    • packed
      • zip the contents of ** dist** folder, there may be a way to load unpacked
        • double check in the zip that it's the root and you don't see a folder called ** dist** inside
      • navigate to addons
      • click manage your extensions gear > install addon from file
    • debug
      • Navigate to about:debugging in firefox
      • click load temporary add-on and select the manifest.json file in dist

release (on-premise)

  • run same commands as getting started, but run
    • edit the manifest-main.json (as manifest.json) to whitelist your internal application urls
    • tweak as needed and add to your organization's local chrome store
    • npm run build instead of run dev to get a final build
    • zip the dist folder running npm run build-zip
      • Build a zip file following this format <name>-v<version>.zip, by reading name and version from manifest.json file.
      • Zip file is located in dist-zip folder.
      • if you wish to not build from source you can also pull the builds directly from releases

linter

  • install https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
  • add "eslint.autoFixOnSave": true to settings.json

content locations

todo icon

  • need 16, 48, 128 icons

  • gitlab (in-progress)

    • menu
      • kanban menu btn visible
      • [] menu options
  • github (in-progress)

    • menu
      • kanban menu btn visible
      • [] menu options
  • bitbucket (in-progress)

    • menu
      • kanban menu btn visible (for now, bitbucket css classes are dynamic)
      • [] menu options
    • kanban
      • display basic kanban
      • [] change kanban by dragging
      • [] match css styling
  • gitea (in-progress)

    • menu
      • kanban menu btn visible
      • menu options
    • kanban (board)
      • display basic kanban
      • change kanban by dragging
      • [] match css styling
      • filter
        • pagination
        • by milestone
      • detail left panel
        • points
    • burndown
    • velocity report
    • settings
      • label mgt for each repo
  • settings

    • self host custom url mgt
    • store oauth token for crud (create, update, delete) requests
    • [] general tags/labels for each url
    • export/import settings