making the slug is editable and updatable after the link creation
making the slug is editable and updatable after the link creation
The slug not being editable is sane, you don't want to remove link for a permanent qr code for example, you only may want to change where it leads.
I think the slug should be immutable, what do others think?
- the users may wanna change instead of delete the slug if it has typo.
I think the slug should be immutable, what do others think?
Should be immutable.
I think slugs should be immutable by default, however I do see the appeal of it, so if they are to be supported, it's something that needs to be disabled by default, but available to super users who need it through some kind of feature flag (this could be an environment variable or configuration)
I think the current system has no user control. I think it is ok that only the admin/ owner can change the slug.