-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Linked Time: Enable Linked Time #6137
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
Linked Time: Enable Linked Time #6137
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we also enable the enabledScalarDataTable flag?
🤦♂️ I forgot to push the commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after fixing test.
## Motivation for features / changes This feature is complete and we would like people to use it ## Technical description of changes The Linked Time feature is controlled by 4 feature flags: * `enabledScalarDataTable` * `enabledLinkedTime` * `allowRangeSelection` * `enabledProspectiveFob` ## Screenshots of UI changes Settings Panel:  Prospective Fob:  Data Table with Range Selection:  ## Detailed steps to verify changes work correctly (as executed by you) 1) Start TensorBoard 2) Navigate to `localhost:6006` (Note the lack of feature flags) 3) Ensure the settings panel contains the step selection, range selection, and linked time checkboxes 4) Hover a scalar card X Axis 5) Assert a fob with a border appears 6) Click that fob 7) Assert a permanent fob is created there 8) Assert the table appears on that card 9) Assert you can create a second fob in the same way as the first 10) Click the "Link By Step" checkbox in the settings panel 11) Assert the step selectors on all the fobs jump to the same steps CC: [japie1235813](https://github.com/japie1235813), [bmd3k](https://github.com/bmd3k)
## Motivation for features / changes This feature is complete and we would like people to use it ## Technical description of changes The Linked Time feature is controlled by 4 feature flags: * `enabledScalarDataTable` * `enabledLinkedTime` * `allowRangeSelection` * `enabledProspectiveFob` ## Screenshots of UI changes Settings Panel:  Prospective Fob:  Data Table with Range Selection:  ## Detailed steps to verify changes work correctly (as executed by you) 1) Start TensorBoard 2) Navigate to `localhost:6006` (Note the lack of feature flags) 3) Ensure the settings panel contains the step selection, range selection, and linked time checkboxes 4) Hover a scalar card X Axis 5) Assert a fob with a border appears 6) Click that fob 7) Assert a permanent fob is created there 8) Assert the table appears on that card 9) Assert you can create a second fob in the same way as the first 10) Click the "Link By Step" checkbox in the settings panel 11) Assert the step selectors on all the fobs jump to the same steps CC: [japie1235813](https://github.com/japie1235813), [bmd3k](https://github.com/bmd3k)
Motivation for features / changes
This feature is complete and we would like people to use it
Technical description of changes
The Linked Time feature is controlled by 4 feature flags:
enabledScalarDataTable
enabledLinkedTime
allowRangeSelection
enabledProspectiveFob
Screenshots of UI changes
Settings Panel:

Prospective Fob:

Data Table with Range Selection:

Detailed steps to verify changes work correctly (as executed by you)
localhost:6006
(Note the lack of feature flags)CC: japie1235813, bmd3k