Giter Site home page Giter Site logo

jacube / media-factory-jira-condensed Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 585 KB

๐Ÿˆถ๏ธ Kanban Condensed JIRA Board for VF Team

License: Do What The F*ck You Want To Public License

JavaScript 100.00%
jira jira-board client-side-rendering

media-factory-jira-condensed's Introduction

Media Factory Kanban JIRA Condensed

A tiny script to make JIRA kanban board better... like... not eyes bleeding.


User Installation

  1. Install Tampermonkey extension for your browser:

  2. Install Javascript via Greasy Fork:


Developer Installation

Wanna contribute? Great!

You need Tampermonkey first, please, follow the first step in previous list. Then return here.

  1. Clone this repository:

    git clone https://github.com/jaCUBE/media-factory-jira-condensed.git
    
  2. Install node_modules packages:

    npm i
    
  3. Run gulp watch in your folder, it will watch and minify JS file:

    npx gulp watch
    
  4. Allow Tampermonkey extension to access local files.

    • Visit Chrome extension settings page at: chrome://extensions/
    • Find Tampermonkey, click to Details
    • Turn Allow access to file URLs checkbox on
  5. Create new Tampermonkey script for dev purposes (load JS file from localhost). Disable original one.

    • โ— Replace your own // @require filepath according to your cloned folder.
    • Example filepath: file:///C:/dev/media-factory-jira-condensed/dist/KanbanCondensedTampermonkey.js
    • Final Tampermonkey dev script template:
    // ==UserScript==
    // @name         [DEV] MEDIA FACTORY: JIRA Kanban Board Condensed
    // @namespace    http://jira.mediafactory.cz/
    // @description  DEVELOPER VERSION. Make your eyes *not* to bleed with new board.
    // @match        *jira.mediafactory.cz/secure/RapidBoard.jspa?*rapidView=*
    // @require      <------REPLACE-ME-WITH-YOUR-FILEPATH------>
    // @grant        GM_setValue
    // @grant        GM_getValue
    // ==/UserScript==
    
  6. Easily switch between production version linked to GreasyFork and your local file.

media-factory-jira-condensed's People

Contributors

jacube avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

derpgoncz

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.