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

Edit Version dialog #1

Open
lukasbestle opened this issue Mar 24, 2021 · 0 comments
Open

Edit Version dialog #1

lukasbestle opened this issue Mar 24, 2021 · 0 comments
Labels
type: feature ⭐️ Adds or requests a feature

Comments

@lukasbestle
Copy link
Owner

If you are interested in this feature, please add a 👍 reaction to this first post to let me know.

Is your feature request related to a problem? Please describe.

If a user makes a typo in the version title or the title isn't accurate, there is currently no way to edit the version information after the version is created.

Solution you'd like

There could be a new dropdown option in the versions list called "Edit". It would open a dialog that looks basically like the "Create" dialog: It would display the list of changes of that version and would allow to edit the title.

Potential alternatives

None

Additional context

Rewriting the commit history is not going to be viable, otherwise this would break backup strategies, versions that depend on the changed version etc.

I see two options:

  • Either just the Git tag is updated/overwritten with the new data. The commits themselves would be unchanged.
  • Or the Git repo isn't touched at all and the changed data is stored in a different location (e.g. in a database or text file within the .git directory). That's only the plan B though.
@lukasbestle lukasbestle added the type: feature ⭐️ Adds or requests a feature label Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature ⭐️ Adds or requests a feature
Projects
None yet
Development

No branches or pull requests

1 participant