Description of problem (please be detailed as possible and provide log snippests): OpenShift Data Foundation: - when creating Storage Claim no tooltips are provided for values: name, storageClient, type, encryptionMethod, storageProfile - when creating Storage Client no tooltips are provided for values: name, onboardingTicket, storageProviderEndpoint Version of all relevant components (if applicable): OpenShift Data Foundation 4.16.0-101 Does this issue impact your ability to continue to work with the product (please explain in detail what is the user impact)? no Is there any workaround available to the best of your knowledge? no Rate from 1 - 5 the complexity of the scenario you performed that caused this bug (1 - very simple, 5 - very complex)? 1 Can this issue reproducible? yes Can this issue reproduce from the UI? yes If this is a regression, please provide more details to justify this: new feature Steps to Reproduce: 1. Install ODF Provider mode, login to management console 2. Navigate to Installed Operators / Click + create Instance for Storage Claim 3. Navigate to Installed Operators / Click + create Instance for Storage Client Actual results: - when creating Storage Claim no tooltips are provided for values: name, storageClient, type, encryptionMethod, storageProfile - when creating Storage Client no tooltips are provided for values: name, onboardingTicket, storageProviderEndpoint Expected results: - when creating Storage Claim tooltips are provided for values: name, storageClient, type, encryptionMethod, storageProfile - when creating Storage Client tooltips are provided for values: name, onboardingTicket, storageProviderEndpoint Additional info: link1 StorageClaim https://drive.google.com/file/d/1Iz7_JUSEKiI55lNrbHiq-mQt4e4s8wPa/view?usp=sharing link2 StorageClient https://drive.google.com/file/d/1jK0qiNjKEjyshBoVd-xW4IRgibGVfR-Z/view?usp=sharing
The view is seen only when ODF client plugin is disabled. These tooltips are not under our control.
The views of StorageClient and StorageClaim don't have tooltips when the ODF console plugin is Enabled too.
(In reply to Daniel Osypenko from comment #4) > The views of StorageClient and StorageClaim don't have tooltips when the ODF > console plugin is Enabled too. Hi, was adding tooltips somehow part of epic's planning, discussions/designs and we missed adding them ?? If yes, then we might be okay. Else, this is not a bug, mostly all of the OCP/ODF "Create" pages don't have tooltips on user inputs. We should be having corresponding documentation as well. Is there a reason we want it specifically for Client UI and not at other places like in ODF etc ??
Hello Sanjal. This issue was raised in discussions between qe, dev and management because we lack information and are confused about fields such as "StorageClient.type". Additionally, this field is not explained in the Schema when we select the YAML view and the name "type" is not selfExplaining. No requirement on "Data Foundation endpoint" (which was a matter of another bug https://bugzilla.redhat.com/show_bug.cgi?id=2278676), no req or explanation on Onboarding token (we need to address first-time user to ODF Provider cluster and navigate to specific web page) StorageClient.encryptionMethod, StorageClient.storageProfile fields are just text input fields. The StorageClient and StorageClaim for ODF client are similar to a StorageSystem in ODF when it comes to the deployment process. When creating a StorageSystem in ODF, we provide an explanation under each input field on the form. The lack of information when introducing a new deployment mode can deter potential customers, in contrast, we need to guide users with confidence in the deployment process. We need to resolve this issue, either with tooltips or by following the example of the StorageSystem creation process.
Hello Daniel, Currently we have implemented what has been part of UX designs.And there were no tooltips proposed. We can take this bug as a RFE and move forward by asking UXD and documentation team to come up with texts for our UI.
After the decision was made to remove the StorageClaim page, the existing StorageClient CR creation form, which currently has three fields (name, endpoint, onboarding token), can be improved by adding field descriptions similar to those in the StorageSystem form. not a blocker