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

API Update: Identify core TrackingGraph functions, eliminate unnecessary code #89

Closed
3 of 6 tasks
cmalinmayor opened this issue Oct 31, 2023 · 0 comments · Fixed by #111
Closed
3 of 6 tasks

API Update: Identify core TrackingGraph functions, eliminate unnecessary code #89

cmalinmayor opened this issue Oct 31, 2023 · 0 comments · Fixed by #111
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@cmalinmayor
Copy link
Collaborator

cmalinmayor commented Oct 31, 2023

Go through the TrackingGraph API and:

  • remove functions that are not used in any metrics
  • remove keyword args that are not used in any metrics
  • add typing to the functions

Go through the metrics and:

  • identify access patterns in the metrics that are not well served by the current API
  • add to or adapt current API to address those access patterns

Finally:

@cmalinmayor cmalinmayor added the enhancement New feature or request label Oct 31, 2023
@cmalinmayor cmalinmayor added this to the Version 1.0 milestone Oct 31, 2023
@cmalinmayor cmalinmayor self-assigned this Oct 31, 2023
@cmalinmayor cmalinmayor linked a pull request Jan 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant