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

FE: limit variable values by the selected time range #2645

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

gitstart
Copy link
Contributor

Fixes #2022

Created two new properties for the custom variables.

The user can create additional value groups and time range selections. Each time range selection can be applied to one or more groups. The values ​​of these groups will be displayed in the dropdown if the time defined in the dashboard is compatible with what was previously selected, and this is valid for each time range selection.

https://www.loom.com/share/efb2ab56b897465aa8c57b764f9a427d

Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev>
Co-authored-by: RubensRafael <rubensrafael2@live.com>
@srikanthccv
Copy link
Member

Can you help me understand how does this fix the issue?

@gitstart
Copy link
Contributor Author

gitstart commented Jun 7, 2023

Can you help me understand how does this fix the issue?

Hi, @srikanthccv
The problem is that currently there is no control over the number of custom variables displayed on the screen, what this PR does is make it possible to configure which variables should appear in which period of time, if the time matches the time selected in the selector at the top of the screen, the corresponding variables will appear.

This is done as follows:
The user creates separate groups of variables, which can contain one or more variables, and applies a time restriction on the groups, the variables belonging to that group will be shown if they are within the time range

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.

FE: limit variable values by the selected time range
2 participants