andrewmlim edited a comment on pull request #319: URL: https://github.com/apache/nifi-registry/pull/319#issuecomment-825757987
This new functionality is great! It is going to be extremely useful. Here are some thoughts after some UI/UX testing: - I think it would be an improvement if the "Delete data flow" action simply said "Delete flow". We refer to that type of asset in the Registry as "flow" and the documentation also refers to it as a "flow". The dialog that appears after selecting the action also says "Delete flow" so this change would help with consistency. - The title for the "Delete flow" dialog should be changed to "Delete Flow" for case consistency with the "Import New Version" and "Download Version" dialogs. - When a flow version is downloaded the default name of the file is always flow-version-#.json (where # is the version #). I think it would be helpful if the name would default to the flow name. So if I had a flow named "Kafka2HDFS" and wanted to download version 3 of it, the default name would be "Kafka2HDFS-version-3.json". - I noticed that the color of the "DELETE" button in the "Delete Flow" dialog is a different color (more red) than the other dialog buttons (IMPORT and DOWNLOAD). This appears to be intentional. The "DELETE" button for deleting a bucket is the same red, so understandable if the color difference is to make it stand out since it is a unrecoverable action. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
