Giter Club home page Giter Club logo

bzkanban's Introduction

Bz Kanban Board

About

This allows you to visualize your Bugzilla product milestones with a Kanban inspired board.

The goal is to compliment an existing Bugzilla workflow, so the board columns represent the bug statuses and the cards represent the bugs. Cards can be opened to view comments or add a new comment. Cards can be dragged from one column to another to change the bug status.

It is implemented as a single-page application using Ajax with the Bugzilla 5 server REST API.

screenshot
Figure 1. bzkanban example board

Demo

Requirements

  1. Client: A modern web browser capable of HTML5, CSS3, and JavaScript (tested with Chrome and Edge)

  2. Server: A Bugzilla 5.0+ server with REST API enabled.

Installation

  1. Clone this git repo.

  2. Configure which Bugzilla instance to connect to by modifying the siteUrl value in the index.html file.

Usage

  1. Open the index.html in your web browser.

  2. Pick a product and milestone and view the board!

  3. Log in with your Bugzilla account to enable editing cards, which includes dragging cards between columns.

Advanced

These are some settings that can be manually controlled via the page URL.

  • site

    • The Bugzilla instance to load data from. Overrides the siteUrl setting. e.g. site=https://bugzilla.mozilla.org

  • comments

    • Show comment counts on cards. WARNING: it’s expensive, one more request per card. e.g. comments=true/false

  • autorefresh

    • Reload the board when external changes to bugs are detected. e.g. autorefresh=true/false

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.