[jira] [Commented] (NIFI-12967) Improve navigation to/from Canvas

2024-05-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850160#comment-17850160
 ] 

ASF subversion and git services commented on NIFI-12967:


Commit f0e1cdcb22f1fdeef804a005813edc0c09929d87 in nifi's branch 
refs/heads/main from Matt Gilman
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=f0e1cdcb22 ]

NIFI-12967: Introducing Back action (#8859)

* NIFI-12967:
- Adding support for navigating back to the users previous location in certain 
circumstances like going to a Controller Service, managing access policies, 
going to parameters, viewing documentation, opening advanced UIs, and viewing 
data provenance.
- Cleaning unnecessary instances of postUpdateNavigation.

* NIFI-12967:
- Updating the implementation to leverage router events and router state to 
simplify needed changes.

* NIFI-12967:
- Conditionally resetting or popping back navigation history because on routing 
context.

* NIFI-12967:
- Adding support for navigating back from queue listing and provenance.

* NIFI-12967:
- Conditionally applying the back navigation following a component update.

* NIFI-12967:
- Adding back from CS service listing.

* NIFI-12967:
- Adding back from Go To CS.
- Restoring some space in the context menu.

* NIFI-12967:
- Prevent duplicate entries in the back navigation stack.

* NIFI-12967:
- Not executing pop through navigation extras because it can result in multiple 
pops if the user uses their back/forward browser buttons. Instead, always 
popping until we encounter a back navigation that is still within a route 
boundary.

> Improve navigation to/from Canvas
> -
>
> Key: NIFI-12967
> URL: https://issues.apache.org/jira/browse/NIFI-12967
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> When leaving the Canvas (ie listing queue, viewing documentation, etc) the UI 
> should offer a more intuitive means to navigate back to where they were 
> before. Currently they must use the Global menu or click on the logo in the 
> header. However, these options are not necessarily obvious at first. The 
> browser back button also works but the UI should probably offer some in the 
> application.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (NIFI-12967) Improve navigation to/from Canvas

2024-05-23 Thread Matt Gilman (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17848966#comment-17848966
 ] 

Matt Gilman commented on NIFI-12967:


Also added back actions for
 * Go To Service (not from a Property reference)
 * Back from Service Listing
 * Back to Connection from Queue Listing
 * Back to Queue Listing from Provenance

> Improve navigation to/from Canvas
> -
>
> Key: NIFI-12967
> URL: https://issues.apache.org/jira/browse/NIFI-12967
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> When leaving the Canvas (ie listing queue, viewing documentation, etc) the UI 
> should offer a more intuitive means to navigate back to where they were 
> before. Currently they must use the Global menu or click on the logo in the 
> header. However, these options are not necessarily obvious at first. The 
> browser back button also works but the UI should probably offer some in the 
> application.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (NIFI-12967) Improve navigation to/from Canvas

2024-05-18 Thread Matt Gilman (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17847525#comment-17847525
 ] 

Matt Gilman commented on NIFI-12967:


This issue is not specific to navigating to/from the canvas. It applies to 
anytime we navigate from one thing to another where there is an expectation to 
return back to where the user was previously.
 * From any component (Processor/Service/Reporting Task/Parameter Context/etc) 
-> Manage Access Policies
 * From any component (Processor/Service/Reporting Task/etc) -> Controller 
Service
 * From any component (Processor/Service) -> Parameter Context
 * From any component (Processor/Service/Reporting Task/etc) -> Documentation
 * From any component (Processor/Service/Reporting Task/etc) -> Advanced UI
 * From Processor -> Provenance
 * From Process Group -> Parameters

> Improve navigation to/from Canvas
> -
>
> Key: NIFI-12967
> URL: https://issues.apache.org/jira/browse/NIFI-12967
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
>
> When leaving the Canvas (ie listing queue, viewing documentation, etc) the UI 
> should offer a more intuitive means to navigate back to where they were 
> before. Currently they must use the Global menu or click on the logo in the 
> header. However, these options are not necessarily obvious at first. The 
> browser back button also works but the UI should probably offer some in the 
> application.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)