-
Notifications
You must be signed in to change notification settings - Fork 322
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
Add category to AnalysisCards #3414
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3414 +/- ##
=======================================
Coverage 95.98% 95.99%
=======================================
Files 539 539
Lines 52791 52819 +28
=======================================
+ Hits 50674 50702 +28
Misses 2117 2117 ☔ View full report in Codecov by Sentry. |
This pull request was exported from Phabricator. Differential Revision: D69726341 |
This pull request was exported from Phabricator. Differential Revision: D69726341 |
4a5e0bb
to
d38a4e6
Compare
This pull request was exported from Phabricator. Differential Revision: D69726341 |
Summary: Pull Request resolved: facebook#3414 We've had a few instances come up in meetings last week that I think will make having a category useful: 1. Allow us to group similar analysis together in the UI so everything isn't shown in one tab 2. Allow for easy grouping of analysis in bento notebooks Additionally, as I was implementing this, there is a TODO on base_client to find a good hueristic for which analysis to show, I think implementing that hueristic will be much easier with category. I think this is useful enough to warrant the addition because it is distinct from level- which indicates importance - and category should still be ranked by level. Reviewed By: mpolson64, Cesar-Cardoso Differential Revision: D69726341
d38a4e6
to
1e33d1f
Compare
Summary: Pull Request resolved: facebook#3414 We've had a few instances come up in meetings last week that I think will make having a category useful: 1. Allow us to group similar analysis together in the UI so everything isn't shown in one tab 2. Allow for easy grouping of analysis in bento notebooks Additionally, as I was implementing this, there is a TODO on base_client to find a good hueristic for which analysis to show, I think implementing that hueristic will be much easier with category. I think this is useful enough to warrant the addition because it is distinct from level- which indicates importance - and category should still be ranked by level. Reviewed By: mpolson64, Cesar-Cardoso Differential Revision: D69726341
This pull request was exported from Phabricator. Differential Revision: D69726341 |
1e33d1f
to
035d3f0
Compare
This pull request has been merged in 2339fb0. |
Summary:
We've had a few instances come up in meetings last week that I think will make having a category useful:
Additionally, as I was implementing this, there is a TODO on base_client to find a good hueristic for which analysis to show, I think implementing that hueristic will be much easier with category.
I think this is useful enough to warrant the addition because it is distinct from level- which indicates importance - and category should still be ranked by level.
Reviewed By: mpolson64, Cesar-Cardoso
Differential Revision: D69726341