Giter Site home page Giter Site logo

trellotools's Introduction

Trello Tools Icon

TrelloTools (Outlook Add-In) ๐Ÿ‘‹

Maintenance License: MIT


Trello Tools is an Add-In for Outlook application for adding cards into your boards in one click. In detail, this tool permits you to:

  • Connecting your Trello account;
  • Adding card into different views define in a specific board;
  • Adding some details to a specific card like: Title, description and attachments;
  • Attaching email you're viewing to a card.

Demo

Gif demo usage Trello Tools Add-In

Setup and Installation

First all, click on the latest release present into "Releases" section inside repository page. Then, download only zipped folder called "TrelloTools_Setup.zip" and extract it wherever path you want.
Open your Outlook application, and follow these steps:

  • Click "File" tab and then on "Options" label (at the bottom of that page);
  • Then, click on "Add-ins" label;
  • Into "Manage" section, you must choose from dropdown the value: "COM Add-ins" (it should be set by default) and then you must click on "Go..." button;
  • Into form that appears at video, click on "Add" button and select the EXE called "setup" inside "TrelloTools_Setup" folder and click on "OK" button;
  • It should be appeared, on screen, the window for installation of the Add-In, you must only click first on "Install", then on "Close" button, in the end on "Ok" button to close Add-In window;
  • In the end, restart your Outlook and enjoy with this Add-In.

It's important to say: the Add-In you can use it only when expand a single email.

For use the plugin, you must know your Trello API credentials. If you don't have them, you can read and following the first two paragraphs of this article to generate: API Introduction.

NOTE: The Add-In doesn't memorize externally your API credentials. These data will store into user storage and retrieve when application must do data about Boards, Views, and others similar operations. At the same time, it's possible that Trello can register the whole activity that you'll do. If you need to know more view their Privacy Policy at this link: Trello Privacy Policy.

Architecture

Architecture Trello Tools Add-In

The architecture of this project is based on four layers:

  • View Layer (Trello Tools) = This layer provides to build and manage layout of Add-In and form about the different functionalities;
  • Business Layer (TrelloToolsLogic) = This layer incorporate whole logic about Add-In. It's a main project for handle the various functionalities and for manager the error that a user can encounter while use this tool;
  • Data Access Layer (TrelloToolsAccess) = This layer provides to querying the Trello API using user API credentials to retrieve data from his account. It's important to say that the API credentials are stored only into storage user memory. An example of data are: Boards and Views names;
  • Model Layer (TrelloToolsBean) = This layer provide to define a bean classes useful for handle the data between Data Access Layer and Business Layer into application.

Please, follow this architecture for implementing new features/bug fixing.

Author

๐Ÿ‘ค @Kerry1207

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!
For contributing to the project, please follow this steps:

  1. Fork the repository from "develop" branch;
  2. Create your branch using this standard: feature/[NewFeatureName];
  3. Commit and push your changes;
  4. Open Pull Request.

NOTE: When you have developed new functionalities or make bug fixing operation, please write unit test inside "TrelloTools_Test" project and then send Pull Request.
If PRs don't include tests won't be accepted.

๐Ÿ“ License

This project is MIT licensed.

trellotools's People

Contributors

kerry1207 avatar

Watchers

 avatar

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.