Skip to content

glossary formatting/matching #28

@swiftraccoon

Description

@swiftraccoon

fuzzy match on keys?

completely new glossary method?

redesign glossary JSON formatting expectation ?

{
    "GLOSSARY": [
        {
            "keys": ["10-1", "101"],
            "value": "SIGNAL WEAK"
        },
        {
            "keys": ["10-2", "102"],
            "value": "SIGNAL GOOD"
        },
        {
            "keys": ["10-3", "103"],
            "value": "STOP TRANSMITTING"
        },
        {
            "keys": ["10-4", "104"],
            "value": "AFFIRMATIVE"
        },
        // ... continue for each group of signal codes
        {
            "keys": ["C2"],
            "value": "DRUGS"
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions