Skip to content

🗃️ Replace integer keys with short semantic IDs #32

Open
@shnizzedy

Description

@shnizzedy

"bronze": {
"type": "object",
"properties": {
"1": {

I don't love using integer keys here, because

  • the key doesn't have semantic relevance to the item
  • I think the sequence of these items within a tier is arbitrary, but numbering them implies otherwise
  • as the checklist evolves, we'd either end up with a sequence of numbers with gaps or reusing keys to mean different things across versions

#30 (comment)

The keys are a direct migration from the previous e.g.:

"id": "bronze_doc_1",

Which is now documentation.bronze.1.

But I agree that these could be semi-informative short IDs instead.

#30 (comment)

Metadata

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