NASA-PDS / lasso-issues

Utilities for wrapping GitHub API for creating specific data structures and reports from GitHub issues
Apache License 2.0
0 stars 1 forks source link

As a user, I want to see the status of the tickets shown in the current build plan #17

Open tloubrieu-jpl opened 3 years ago

tloubrieu-jpl commented 3 years ago

Motivation

...so that I know how the implementation is progressing. As a development manager, this will also be useful to produce the metrics

Additional Details

The page https://nasa-pds.github.io/releases/12.0/plan.html will be augmented with progress indicator, next to the list of epics.

For example:

plan_status

Acceptance Criteria

Given When I perform Then I expect

Engineering Details

Since the status are updated after the generation of the plan page, the indicators will have to be coded in javascript. They can be ajax requests getting the status from the github api.

tloubrieu-jpl commented 3 years ago

@jordanpadams Definitelly not a high priority but a nice to have if for example @eddiesarevalo is available