Git Product home page Git Product logo

cardorizer's Introduction

Cardorizer

Cardorizer is a web tool and a bookmarklet that will add a new card to your trello board based on the contents of the page you are currently viewing.

For example, at my company we use JIRA to hold user stories, bugs, etc. I would like to use Trello to keep track of my team's priorities and progress. Now clicking on the cardorizer bookmarklet, when on a JIRA page, creates a card in Trello with the most important details of the JIRA item.

Supported Services

  • JIRA
  • Github Issues
  • FogBugz
  • Trello (copy card from one board to another)
  • Contributions of support for new services are very welcome!

Setup

  1. Clone Cardorizer to a web-hosted directory
  2. Copy settings.json.sample to settings.json and put your Trello api key in to it. You can get your Trello API key from here: https://trello.com/1/appKey/generate
  3. Go to your hosted version of Cardorizer and create a bookmarklet for your Trello board.

Adding Support for More Services

Adding support for a new service is very easy. Take a look at bookmarklet/cardorizer.js. You write two very simple functions to identify the current page as one that your parser can handle, and another which simply gets the pieces of data from the page.

cardorizer's People

Contributors

danlec avatar jollychang avatar markdrago avatar prognostikos avatar shoebox639 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cardorizer's Issues

Add support for gmail

Putting this out there in case someone gets to this before me or has comments about the idea...

It would be great to convert an email in gmail to a new trello card, mapping subject to title and ideally with the email content as the initial description.

Some bookmarklet unification

It would be nice if the bookmarklets only two bits of logic:

  1. be able to determine if the current page is a page that it can work on
  2. be able to grab pieces of data off of the page

This way the bits which send the data on to cardorizer and the bits that report success or failure back to the user can be shared. The work described in this here might depend on issue #3 which is about getting the bookmarklet code from the server. Once we get that bit done, this unification will make it easy to have one bookmarklet that works on multiple services.

Bookmarklet only works once per page load

This is generally annoying, but causes real problems for some services like Trello because the page very rarely fully reloads. So, you can send one thing over to cardorizer, navigate around and then try and send another thing over, but since the page hasn't reloaded the bookmarklet doesn't work.

I fear that this will require changes to the code in the actual bookmarklet.

Bookmarklet should not leave you on the cardorizer page

It would be nice if the jira bookmarklet created an iframe or something similar that appeared, gave the user feedback, and then disappeared. This way the user would not have to hit back to get back to the screen they were on.

Bookmarklet should load logic from server

It would be nice if the jira bookmarklet didn't include any logic in the bookmarklet itself other than to get the real logic from the server and call in to it. This will make it simple and safe to make improvements later on without requiring users to update their bookmarklets.

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.