Currently, there's a Repo Name field, but it's really an ID that:
- can't be changed later, and
- isn't human-readable (e.g. spaces aren't allowed)
It would be nice to have some sort of descriptive name field that can actually be changed. UX++
Solution:
- Change the field label of
Repo Name to Repo ID (keeping everything else the same, i.e. storage)
- Add a new field called
Repo Name which is a regular text field that allows whitespace, etc., and can be changed later. Place it above the ID field.
- In menus, and wherever else the repo name is now used, swap in the new field instead.
- Optional: Have the ID field prepopulate with whatever users type into the descriptive name field, adding hyphens & such.
Currently, there's a
Repo Namefield, but it's really an ID that:It would be nice to have some sort of descriptive name field that can actually be changed. UX++
Solution:
Repo NametoRepo ID(keeping everything else the same, i.e. storage)Repo Namewhich is a regular text field that allows whitespace, etc., and can be changed later. Place it above the ID field.