Skip to content

Instantly share code, notes, and snippets.

@manfromanotherland
Last active June 30, 2023 17:02
Show Gist options
  • Save manfromanotherland/4195a2cb84c8cca26ffbaac25efe6ae7 to your computer and use it in GitHub Desktop.
Save manfromanotherland/4195a2cb84c8cca26ffbaac25efe6ae7 to your computer and use it in GitHub Desktop.
views, documents, and tags
{
"documents": [
{
"id": "QM-1",
"name": "Quality Control",
"tags": ["HW", "SaMD"]
},
{
"id": "SOP-6",
"name": "Training",
"tags": ["HW"]
}
]
}
{
"tags": [
{
"id": "HW",
"name": "Medical devices companies",
},
{
"id": "SaMD",
"name": "Software As Medical Device",
}
]
}
{
"views": [
{
"id": "1",
"name": "All documents for medical devices",
"tags": ["HW"]
},
{
"id": "2",
"name": "Software and Hardware",
"tags": ["HW", "SaMD"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment