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

Update DeliverablePercentComplete to use GitHubIssues dataset #2489

Closed
2 tasks done
widal001 opened this issue Oct 16, 2024 · 2 comments · Fixed by #2710
Closed
2 tasks done

Update DeliverablePercentComplete to use GitHubIssues dataset #2489

widal001 opened this issue Oct 16, 2024 · 2 comments · Fixed by #2710
Assignees

Comments

@widal001
Copy link
Collaborator

widal001 commented Oct 16, 2024

Summary

Update the /analytics package to use the new GitHubIssues dataset to calculate DeliverablePercentComplete, and post the results of this chart to Slack for P&D deliverables.

Acceptance criteria

  • Users can run make deliverable-percent-complete from the command line and calculate percent complete by deliverable.
  • This metric is calculated using the new GitHubIssues dataset
@widal001
Copy link
Collaborator Author

widal001 commented Oct 29, 2024

Updated the ticket slightly to build on the work that created a new GitHubIssues dataset in #2539 and also adjusted the number of points down to 5 since re-using GitHubIssues dramatically decreases the complexity of the ticket.

@widal001 widal001 self-assigned this Oct 29, 2024
@widal001 widal001 changed the title Post new % completed by deliverable metric to Slack Post updated % completed by deliverable metric to Slack Oct 29, 2024
@widal001 widal001 changed the title Post updated % completed by deliverable metric to Slack Update DeliverablePercentComplete to use GitHubIssues dataset Oct 30, 2024
widal001 added a commit that referenced this issue Nov 4, 2024
…es` dataset (#2710)

Updates the percent complete by deliverable metric to use the new
`GitHubIssues` dataset:
- Adds a `deliverable_status` and `issue_closed` attributes to the
`GitHubIssues` dataset, needed to calculate percent complete by
deliverable
- Replaces `DeliverableTasks` with `GitHubIssues` as the dataset used to
calculate `DeliverablePercentComplete` metric
- Updates the entry point to calculate deliverable percent complete
@widal001
Copy link
Collaborator Author

widal001 commented Nov 4, 2024

Beep boop: Automatically setting the point and sprint values for this issue in project HHS/13 because they were unset when the issue was closed.

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

Successfully merging a pull request may close this issue.

2 participants