Skip to content

More intelligent sorting of keys #114

Open
@BigLep

Description

I wish github-mgmt didn’t sort all key alphabetically when there is a more meaningful default.

For example, with "collaborators” and “teams”, I want the keys to be in descending order: admin > maintain > push > triage > pull.

Similarly, I want crucial properties like "archived" to be at the top.

I think the default otherwise can be alphabetical.

(Implementation thought: I assume we do a custom sort function that pulls out any specific keys, sorts by that specified order, puts those first, and then adds the rest of the keys alphabetically.)

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      More intelligent sorting of keys · Issue #114 · ipdxco/github-as-code