Giter Club home page Giter Club logo

godzilla_stroy_point's Introduction

godzilla_stroy_point

requirements

  • python
  • rye

usage

setup

1. Toggl auth

  • get toggl token from here and write it in secrets/toggl_token.py like this
toggl_token = "tokentokentokentoken"

2. Jira auth

  • get jira token from here.
  • write it in secrets/jira-token
  • write your Jira email address in secrets/jira-email
  • run make jira_token

run

make run

development

now, develop this app in main branch

install by make install

develop and format by make format

tips

make help available

godzilla_stroy_point's People

Contributors

karashi39 avatar

Watchers

 avatar

godzilla_stroy_point's Issues

class map

flowchart LR
subgraph services
    toggl
    jira
end
subgraph schema
    m_toggl[toggl]
    m_jira[jira]
end
subgraph stats
   project
   task
end
subgraph utils
    display_duration
end
subgraph config
    tag_prefix
    custom_field_map
    sep
end
subgraph secrets
   toggl_token
   jira_token
end


jira_token --> jira --> m_jira --> main
toggl_token --> toggl --> m_toggl --> main
main --> project
main --> task
display_duration --> stats
tag_prefix --> schema
custom_field_map --> schema
sep --> stats


Loading

to classify tasks

flowchart LR

task --> MTG
task --> implement
task --> others
Loading

fix base design

process flow

sequenceDiagram

actor me
me ->> toggl : truck with branch name
me ->> godzilla: run
godzilla -->> toggl : api call
toggl -->> godzilla : truck data
godzilla -->> jira : api call with branch name
jira -->> godzilla : story point data
godzilla -->> me : report
Loading

expected report

task name branch name story point actual time
from jira from toggl from jira from toggl

sort by story point

before develop this

  • make sure toggl can export truck report
  • make sure jira can export story point data
  • make sure jira can be searched by branch name

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.