Git Product home page Git Product logo

feature-dashboard's Introduction

Summarise the status of a feature that is in development across multiple github projects: image https://vector-im.github.io/feature-dashboard/?repo=vector-im/riot-web&repo=vector-im/riot-ios&repo=vector-im/riot-android&label=feature:e2e-sas-verification

How it works

All the issues across all the projects are tagged with same label. What this label is isn't particularly important; right now we're using feature:feature-name.

The statuses roughly translate to the following search criteria:

  • Planned Work
    • Todo: is:issue is:open label:feature:feature-name label:feature no:assignee
    • WIP: is:issue is:open label:feature:feature-name label:feature and is assigned to somebody
    • Done: is:issue is:closed label:feature:feature-name label:feature
  • Bugs
    • P1: is:issue is:open label:feature:feature-name label:bug label:p1 no:assignee
    • P2: is:issue is:open label:feature:feature-name label:bug label:p2 no:assignee
    • P3: is:issue is:open label:feature:feature-name label:bug label:p3 no:assignee
    • WIP: is:issue is:open label:feature:feature-name label:bug and is assigned to somebody
    • Fixed: is:issue is:closed label:feature:feature-name label:bug
  • Other: is:issue label:feature:feature-name -label:feature -label:bug
  • Delivery: If all the issues in Planned Work -> Todo, Planned Work -> WIP, Bugs -> P1 and Bugs -> WIP are within dated milestones, show the latest delivery date associated with any of those milestones
  • % Complete: (Completed non-bug items + completed p1 bugs) / (Total non-bug items + total p1 bugs)

feature-dashboard's People

Contributors

jryans avatar lampholder avatar

Watchers

 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.