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

[Task](supernova): Make initialFilters configurable as props #368

Closed
3 tasks
Tracked by #369
edda opened this issue Sep 2, 2024 · 0 comments
Closed
3 tasks
Tracked by #369

[Task](supernova): Make initialFilters configurable as props #368

edda opened this issue Sep 2, 2024 · 0 comments
Assignees
Labels
supernova All tasks related to supernova

Comments

@edda
Copy link
Contributor

edda commented Sep 2, 2024

Task Description
Supernova allows the setting of initial filters. Currently this is only used for setting the user's support group as an initial filter. This needs to be generalized so that arbitrary filters can be initially active. These filters must be passable to Supernova via prop and readable from a config in the case of standalone deployment.

Sub-tasks

  • Read initial filters from props.
    • Variable name: initialFilters
    • Example:
     "initialFilters": {
       "support_group": ["containers"],
      }
    
  • Read user name from props
    • Variable name: username
    • Example:
     "username": "A Reuschenbach Puncernau"
    
  • Make initial filters configurable from env in standalone deployment

Related Issues
Link to related issues or tasks, if any.

Related Epic
#275

@edda edda transferred this issue from cloudoperators/juno Sep 2, 2024
@TilmanHaupt TilmanHaupt self-assigned this Sep 4, 2024
@edda edda transferred this issue from cloudoperators/greenhouse-extensions Sep 16, 2024
@edda edda changed the title [Task](alerts/ui): Make initialFilters configurable as props [Task](supernova): Make initialFilters configurable as props Sep 20, 2024
@ArtieReus ArtieReus added the supernova All tasks related to supernova label Oct 4, 2024
@edda edda closed this as completed Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
supernova All tasks related to supernova
Projects
None yet
Development

No branches or pull requests

3 participants