-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
"Rename" buttons #62
Comments
The packs can be deleted, see #55 (no clue if that is in prod yet, though). We would have to investigate the impact of renaming things. if the names become canonical for CKAN (which is what it looks like, depending on what "name" we are talking about), the effort might be larger than the gain. |
Not in prod, last I looked this morning. But yeah, I can see where that would be an issue with canonical names. But then again, the NetKan configs link via the mod's ID number, so it may not be as big of an issue as we think, depending on how that is implemented. |
Nah, the CKAN specs refer to a canonical name used by CKAN to determine "recommends" and "depends", so name changes may have seriously unintended side-effects. and it's not something actually unique, like a GUID. And since we are stuck with testing in prod ATM, a fix will take a while, alas. |
No, I mean the actual "kref" line in the netkan file points to a GUID. The canonical name appears to then be internal to CKAN, and differs from the naming convention for the (what used to be) KerbalStuff's naming convention. For instance KS would insert underscores in place of spaces, whereas on the CKAN side it's preferable to use concatenated names with the whitespace stripped. |
Oh, I see. Yeah, that would be easier to pull off. |
It's still a valid concern though, and we'd have to get the CKAN folks involved to be sure it wouldn't hose anything up. But on the surface it looks doable. |
It wouldn't break anything on CKAN's side. For us |
Just in case, I checked KerbalStuff's issues list and found one example: KerbalStuff/KerbalStuff#48 (comment)
ddevault didn't quite explain the reason, but it sounds like it was less of an architectural limitation than a rule, like changing mod names would somehow be disruptive or prone to abuse. I'm not really seeing the logic behind that, though, since it's easy enough to start a new mod with whatever name you like, and it definitely is annoying to be stuck with a flawed name. I've even seen users delete mods and re-create them just to fix one or two letters in a name. (EDIT: Oops, that's SirCmpwn, @- removed to avoid unwanted notifications. I didn't know his real name and thought it was some other team member.) |
Something that KerbalStuff was always missing was an option to rename things. I know Sircmpwn had his reasons for not allowing renames of mods. Do we want to revisit this?
Also, the "mod packs" lack a rename option (as well as the ability to be deleted by the owner). Perhaps the packs should be able to be renamed, whether the mods can be renamed or not?
The text was updated successfully, but these errors were encountered: