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

Ignore metadata when suggesting next value #441

Merged
merged 2 commits into from
Feb 16, 2024

Conversation

theospears
Copy link
Collaborator

When choosing the default value to suggest for a new data point, the app looks at recent data points. Previously it would always choose the most recent value, but this was not useful if the most recent value was e.g. a derailment, or a pessimistic presumptive data point. Change the logic to now ignore these points when finding a value.

Testing:
Manually checked in the app with a goal with relevant data point
Wrote unit tests to extercise the various cases

@theospears
Copy link
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @theospears and the rest of your teammates on Graphite Graphite

@theospears theospears merged commit 882e423 into master Feb 16, 2024
2 checks passed
@theospears theospears deleted the ignore-derail-for-value branch February 16, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant