-
Notifications
You must be signed in to change notification settings - Fork 356
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
Convert explorers to non-explorer style screens #6819
Comments
Listnav is still present when clicking on relationship links so user can see/click on links in the listnav to get back to summary screen of the parent object or other relationship links. Fixes ManageIQ#6819
should Configuration be added to the list in the opening comment and perhaps convert it to a checklist? |
yes, that's a good idea, will do that. |
Priority preferred for:
Additionally, also request ability to deep-link directly to tabs such as rates, assignments. |
Moved check from deleted mixin into listnav view. ManageIQ#6819
Moved check from deleted mixin into listnav view. Deleted any references to `ListnavMixin` from controllers ManageIQ#6819
Deleted any references to `ListnavMixin` from controllers ManageIQ#6819
Deleted all explorer related code from controller Chargeback Assignments explorer for ManageIQ#6819
Chargeback Assignments explorer conversion for ManageIQ#6819
Deleted all explorer related code from controller Chargeback Assignments explorer for ManageIQ#6819
Chargeback Assignments explorer conversion for ManageIQ#6819
@h-kataria next priority is Policies (targeted for the Kasparov release) |
- Back button is to go back to summary screen, is displayed on sub-screens that are linked from summary screen. UI PR ManageIQ#7401 for ManageIQ#6819
- This commit includes de-explorized Actions list/details screen with Add/Edit/Delete buttons working. - Updated MiqAction controller spec tests ManageIQ#6819
…ation - Also updated startpage shortcut url - Added constant to display Mode drop down in UI when adding a new Alert Profile for ManageIQ/manageiq-ui-classic#6819
- This commit includes de-explorized Alert Profiles list/details screen with Add/Edit/Delete/Edit Assignment buttons working. - Updated MiqAlertSet controller spec tests ManageIQ#6819
- This commit includes de-explorized Actions list/details screen with Add/Edit/Delete buttons working. - Updated MiqAction controller spec tests ManageIQ#6819
- This commit includes de-explorized Alerts list/details screen with Add/Copy/Edit/Delete buttons working. - Updated MiqAlert controller spec tests ManageIQ#6819
- This commit includes de-explorized Alerts list/details screen with Add/Copy/Edit/Delete buttons working. - Updated MiqAlert controller spec tests ManageIQ#6819
- This commit includes de-explorized Actions list/details screen with Add/Edit/Delete buttons working. - Updated MiqAction controller spec tests ManageIQ#6819
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
Remove the trees on the left side, so basically convert all explorers into non-explorer screens. Tree should be in its own view, can be accessed from a toolbar button or a second level menu item, maybe something similar to Topology menu item. A screen of its own where user can view objects in a tree.
Total of 16 explorers, that have 53 accordions (each accordion has its own tree)
In order to De-explorize the explorers listed below, as a first step we are going to split the accordions in each explorer into their own explorer and then de-explorize them individually this makes it easier to test/review and merge individual PRs. This work can be tracked here
Legend
List of All Explorer style screens in UI
ChargebackReportsRatesAssignmentsConfigurationManagementProvidersProfilesConfigured SystemsControlExplorerPolicy ProfilesPoliciesOther sub menus under Control that shared code with MiqPolicyController was split into their own controllersControl Import/ExportControl SimulationControl LogEventsConditionsActionsAlert ProfilesAlertsCompleted items (with
strikethrough) per release:The text was updated successfully, but these errors were encountered: