GithubHelp home page GithubHelp logo

ydeshayes / scrum-manager Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 30 KB

A Golang cli program that will generate your scrum report for you. You can connect it with google calendar.

Go 99.64% Shell 0.36%

scrum-manager's Introduction

IN PROGRESS

Scrum Manager

A Golang cli program that will generate your scrum report for you. The database is a Trello board for now, but I want to implement more adapters.

Usage

Todos:

./main add "Add this task to the todo"

You can select todos and move them into the today and next part of the scrum (See move command)

Today:

./main add-today "Add this task to the today part of the scrum"

Next:

./main add-next "Add this task to the next part of the scrum"

Blockers:

./main add-blocker "Add this task to the blockers part of the scrum"

Move:

./main move [listName1 listName2] (see possible lists bellow)
  • Default is todos to today

Preview your scrum report (it will copy the scrum report into the clipboard)

./main scrum-preview

Generate your scrum report (it will copy the scrum report into the clipboard)

./main scrum
  • When you generate the scrum, it will archived the today tasks and move the next tasks into today for the next scrum. If you don't have blockers yet, it will ask you if you want to add one.
  • If you activate the google calendar integregation, it will copy all the event that you had since the last scrum into the today part of the new scrum.

Lists

The lists that you can use are:

  • todos
  • today
  • next
  • blockers

Config

For now the config file need to be in ~/.scrum-manager

{
	"AdapterName": "Trello",
	"TrelloApikey": "",
	"TrelloToken": "",
	"TrelloBoardId": "",

	"ScrumWelcomeText": "Hello! this is my scrum",
    "GoogleAppCredentialPath": "[Optional] Absolute path to the google app credential json file"
}

Google calendar integration

  • If you activate the google calendar integregation, it will copy all the event that you had since the last srum into the today part of the new scrum.
  • Please visit quickstart to generate your json crendential file

Build

go build main.go

Install

./install.sh

scrum-manager's People

Contributors

ydeshayes avatar

Watchers

James Cloos avatar  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.