From 4a999965e185c51e0efd0e61e3884b7542361101 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 1 Jul 2021 16:23:03 +0300 Subject: [PATCH] Update wishlist (#633) --- docs/development/apps-gui-wishlist.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/development/apps-gui-wishlist.md b/docs/development/apps-gui-wishlist.md index d331790bd15..81353290b51 100644 --- a/docs/development/apps-gui-wishlist.md +++ b/docs/development/apps-gui-wishlist.md @@ -7,10 +7,20 @@ The goal is to gather some suggestions and forward them to iX-Systems. - Use all screen on install / edit app, not just a sidebar. [NAS-110183](https://jira.ixsystems.com/browse/NAS-110183) - Add more bulk options, like bulk upgrade and restart. - Add sorting options in app catalog. +- Default tab should be "Installed Apps" or have an option to set the default. +- Make timezone searchable and sorted in Scale Apps installation [NAS-109524](https://jira.ixsystems.com/browse/NAS-109524) +- Add service information (Service name and ports) to the App Overview (In the card displayed when clicking an installed app). +- The "Application Events" in the App Overview should be shown in a similar UI widget as the container logs. This would improve the readability. +- The App overview card should be resizable, right now viewing application events is very limiting. +- Fix some of the themes to work with apps section. Light color themes like paper make it very hard to see if an app is up to date or requiring upgrade + +- :heavy_check_mark: Make timezone default to timezone set in TN System [NAS-110373](https://jira.ixsystems.com/browse/NAS-110373) +- :heavy_check_mark: Show all config options on "Confirm options" when installing an App ##### Technical suggestions - Allow `show_if` and `show_subquestions_if` to to use values for evaluation from parent variables [NAS-110751](https://jira.ixsystems.com/browse/NAS-110751) - Add option for separators and whitespace in questions.yaml [NAS-110750](https://jira.ixsystems.com/browse/NAS-110750) +- Validate regex defined in questions.yaml when focus leaves input field. Join our [discord](https://truecharts.org/discord) to make a new suggestion.