Skip to content

Give me github labels, give you back issues segmented by milestone in kanban view

Notifications You must be signed in to change notification settings

zzhjerry/gitduck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitduck

Give me github labels, give you back issues segmented by milestone in kanban view

image

setup

git clone [email protected]:zzhjerry/gitduck.git
open index.html

configure

  1. open app/app.js
  2. find the projects object
  3. you will see it defaulted to be this one
defaults: {
  title: "Project Lorem", // your project title
  requestEndpoint: {
    repoName: 'zzhjerry/gitduck', // your repo with :owner/:reponame format
    topic: 'issues', // don’t touch this yet
    params: {
      state: 'open',
      label: 'project-lorem' // project label
    }
  },
  // milestones you want to show
  milestoneWhiteList: [
    'To-Do',
    'Doing',
    'In Review'
  ]
}

Then overwrite the default values to fit in your specific project name, repo, project-label, and milestones you want to show.

The label name and milestones in the milestoneWhiteList needs to be exactly the same one showing in your github repo

About

Give me github labels, give you back issues segmented by milestone in kanban view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published