-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request