We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of using summary page, we'll use dashboard page. Let's add a experimental setting.
The text was updated successfully, but these errors were encountered:
feat(FR-676): Experimental feature support to the dashboard. (#3375)
664865a
resolves [#3374](https://github.com/lablup/backend.ai-webui/issues/3374)([FR-676](https://lablup.atlassian.net/browse/FR-676)) # Add experimental dashboard feature This PR adds a new experimental dashboard feature that can be toggled in user settings. When enabled, users will see the Dashboard page; when disabled, they'll see the Summary page instead. Changes include: - Uncommented the AnnouncementAlert import and Summary page route - Added conditional routing for Dashboard/Summary based on the experimental_dashboard setting - Updated the sidebar menu to show either Dashboard or Summary based on user preference - Added a new user setting toggle for the experimental dashboard feature - Added translations for the new setting description across all languages   ## Minimum requirements to check during review If the Dashboard is enabled, the WebUISider shows the Dashboard. Otherwise, it shows the Summary. **Checklist:** - [ ] Documentation - [ ] Minium required manager version - [x] Specific setting for review (eg., KB link, endpoint or how to setup): go to usersetting and toggle Dashboard checkbox - [x] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after [FR-676]: https://lablup.atlassian.net/browse/FR-676?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
agatha197
Successfully merging a pull request may close this issue.
Instead of using summary page, we'll use dashboard page. Let's add a experimental setting.
The text was updated successfully, but these errors were encountered: