trello-app

command module
v0.0.0-...-cc190ba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2023 License: MIT Imports: 4 Imported by: 0

README

Trello-app

Trello is a project management tool that uses a Kanban-style board to help teams organize and prioritize tasks. An integration with another tool allows the two systems to communicate and share data with each other, making it easier for teams to manage their workflows.

One popular integration for Trello is with Jira, a project management tool for software development teams. This integration allows teams to link Jira issues with Trello cards, and see the status of development tasks directly on their Trello boards. Additionally, team members can use the integration to create and update Jira issues directly from Trello.

Another popular integration for Trello is with Slack, a messaging platform for teams. This integration allows teams to receive notifications about Trello activity in a Slack channel, and take actions on Trello cards directly from Slack messages.

There are a lot of trello integration option like Google Drive, Microsoft teams, Evernote, DropBox, Mailchimp, etc.

Trello offers a wide range of integrations with various tools to allow teams to customize their workflow and make the most of the platform.

Getting started

you should clone the repository, below is an example of how to do it

git clone https://github.com/juliotorresmoreno/trello-app.git

we create or edit the .env file and make sure it has the following content, then the trello documentation to get the key and token parameters.

introduction

The TRELLO_BOARD_ID parameter is the one that appears when you click on the board you are going to use.

PORT=3000
TRELLO_KEY=
TRELLO_TOKEN=
TRELLO_SERVER=https://api.trello.com
TRELLO_BOARD_ID=
ENV=development

Run tests

 go test ./... -v
Coverage
go clean -testcache && go test ./... -coverprofile=test/coverage.out
go tool cover -html=test/coverage.out -o test/coverage.html
browse test/coverage.html # only for unix like

Run project on Docker

Required docker and docker-compose, please check:

docker-compose up -d

API

doc

metrics

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
app

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL