Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap #1

Open
7 of 13 tasks
RichardLitt opened this issue Jun 2, 2016 · 2 comments
Open
7 of 13 tasks

Roadmap #1

RichardLitt opened this issue Jun 2, 2016 · 2 comments

Comments

@RichardLitt
Copy link
Owner

RichardLitt commented Jun 2, 2016

Idea

Automatically build a badge based on the amount of completion of tasks for a GitHub comment. This comes from this issue: ipfs/team-mgmt#111

Roadmap

  • Init repo
  • Use the CLI tool to grab the first comment from an issue
  • Parse that issue to grab a list of tasks
  • Parse completed tasks
  • Return a percentage of finished tasks
  • Wrap the finished tasks in an html badge
  • Enable to grab from a list of URLs to check
  • Set up as a server-side task that runs on a cron-job
  • Enable for sublists
    • Like this one
  • Enable for comments that aren't the first in the issue
  • Check completion of tasks from issues linked in one issue
  • Make a GitHub bot to add issues to a list

If you have more suggestions, add them here!

@RichardLitt
Copy link
Owner Author

Currently:

node cli.js https://api.github.com/repos/RichardLitt/github-task-status/issues/1
{ done: 4, undone: 3 }

Will hack more on this tomorrow.

@RichardLitt
Copy link
Owner Author

Now:

node cli.js RichardLitt/github-task-status/issues/3
{ done: 2,
  undone: 2,
  progressio: 'http://progressed.io/bar/50',
  progressioTitle: 'http://progressed.io/bar/50?title=2/4' }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant