Skip to content
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

⭐ Allow users to rename Flow namespace & id #60

Open
tchiotludo opened this issue Feb 10, 2020 · 2 comments
Open

⭐ Allow users to rename Flow namespace & id #60

tchiotludo opened this issue Feb 10, 2020 · 2 comments
Labels
area/backend Needs backend code changes enhancement New feature or request kind/pending-feedback Idea waiting for user feedback

Comments

@tchiotludo
Copy link
Member

tchiotludo commented Feb 10, 2020

Since there is a lot of "foreign keys" on flow namespace + flow id, we need to implement a special method to move a flow and change the name.

The ui must be like on github with its "danger zone" (it will break all app using the flow).
The move method must changed the flow namespace & id, since the operation can be very long, it must be async.

Also, when a user want to change the namespace it encounters multiple “Page not found” before understanding that it wasn’t possible. We should at least improve the error message.

@tchiotludo tchiotludo added area/backend Needs backend code changes ui labels Feb 10, 2020
@Ben8t Ben8t added enhancement New feature or request and removed component: ui labels May 5, 2023
@Ben8t Ben8t added this to the 0.10.0 milestone May 9, 2023
@Ben8t Ben8t changed the title Allow renaming flow namespace & id Allow renaming Flow namespace & id May 15, 2023
@Ben8t Ben8t changed the title Allow renaming Flow namespace & id Allow users to rename Flow namespace & id May 15, 2023
@Ben8t Ben8t modified the milestones: 0.10.0, 0.11.0 May 17, 2023
@Ben8t Ben8t changed the title Allow users to rename Flow namespace & id ⭐ Allow users to rename Flow namespace & id Jun 30, 2023
@Ben8t Ben8t removed this from the 0.11.0 milestone Jul 7, 2023
@anna-geller anna-geller added this to the v0.20.0 milestone Dec 5, 2023
@anna-geller
Copy link
Member

most of Page not found have been addressed - e.g. when the flow is deleted, going from the Execution of the deleted flow to the flow page, the Flow page is now displayed (no longer 404) but with a message that the flow is deleted and an option to restore it

also, given that the VS Code Editor allows opening multiple flows side by side, it seems like this is no longer a problem

@tchiotludo, if you feel we need to work on this, please reopen. For now, I think this is no longer an issue

@anna-geller anna-geller closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 2024
@tchiotludo tchiotludo reopened this Mar 13, 2024
@tchiotludo
Copy link
Member Author

I think it's a nice feature to be able to rename a flow without losing their execution history IMO

@anna-geller anna-geller added kind/pending-feedback Idea waiting for user feedback and removed enhancement New feature or request labels Mar 25, 2024
@anna-geller anna-geller removed this from the v0.20.0 milestone Mar 25, 2024
@anna-geller anna-geller added the enhancement New feature or request label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Needs backend code changes enhancement New feature or request kind/pending-feedback Idea waiting for user feedback
Projects
Status: Backlog
Development

No branches or pull requests

3 participants