Public
Edited
Sep 19, 2024
1 fork
Insert cell
Insert cell
Insert cell
Insert cell
systemDef = ({
systemId: "string",
displayName: "string"
})
Insert cell
applicationDef = ({
applicationId: "uuid",
applicantUserId: "string",
applicantDisplayName: "string",
applicantOrg: "string",
applicantEmail: "string",
created: "datetime"
})
Insert cell
applicationVersionInstanceDef = ({
applicationId: "uuid",
version: "int",
title: "string",
dataset: "json",
applicationData: "json",
created: "datetime",
dataAccessUntil: "datetime",
sent: "boolean",
sentDate: "datetime"
})
Insert cell
grantDef = ({
applicationId: "uuid",
version: "int",
signature: "string",
approverUserId: "string",
approverDisplayName: "string",
approverOrg: "string",
approval: "boolean",
dataAccessUntil: "datetime",
approvalMessageUser: "string",
approvalMessageAdmin: "string",
approvalDate: "datetime"
})
Insert cell
datasetDef = ({
systemId: "uuid", // Is systemId an UUID?
dataProviderOrgs: ["string"],
schemaVersion: "int",
hintPersonaldata: "boolean",
datadef: "json"
})
Insert cell
Insert cell
systems = [
{
systemId: "kudaf",
displayNAme: "KUDAF"
},
{
systemId: "microdata",
displayNAme: "Microdata"
},
{
systemId: "datanorge",
displayNAme: "data.norge.no"
}
]
Insert cell
Insert cell
application1 = ({
applicationId: "c40c5423-70d2-48fc-ac96-e9ec075967ef",
applicantUserId: "?",
applicantDisplayName: "Fornavn Etternanv",
applicantOrg: "?",
applicantEmail: "?",
created: "2024-09-03T09:10:27+00:00"
})
Insert cell
Insert cell
application1version1 = ({
applicationId: "c40c5423-70d2-48fc-ac96-e9ec075967ef",
version: 1,
title: "Søknad om tilgang til vegelementer i NVDB",
dataset: {
systemId: "datanorge",
schemaVersion: 1,
dataProviderOrgs: ["971032081"],
hintPersonaldata: false,
datadef: {
uuid: "00422f40-fd78-4858-bbdb-3767582180cf",
// Orgno, epost, personlig bruk, subset?, bekreftelse av vilkår, ekstern identifikator?
}
},
applicationData: {
begrunnelse:
"Jeg trenger lesetilgang til NDVB for å se på veglenker i mitt område"
},
dataAccessUntil: "2025-01-01T00:00:00+00:00",
created: "2024-09-03T09:10:27+00:00",
sent: true,
sentDate: "2024-09-03T09:15:27+00:00"
})
Insert cell
Insert cell
grant1 = ({
grantId: "bfb1b71d-ca47-43be-8cac-317e9c648ba3",
applicationId: "c40c5423-70d2-48fc-ac96-e9ec075967ef",
version: 1,
signature: "4q72JHgX89z3BkFMt6cwQxL1rD28jpN5UfVhIZYPbCSeuGovRaWmA0sD9ECtX7Jf",
approverUserId: "navn-på-saksbehandler@vegvesen.no",
approverDisplayName: "Oskar Saksbehandler Olsen",
approval: true,
dataAccessUntil: "2025-01-01T00:00:00+00:00",
approvalMessageUser: "Beskjed til bestiller!",
approvalMessageAdmin: "Notat for internt bruk?",
approvalDate: "2024-08-20T09:10:27+00:00"
})
Insert cell
Insert cell
Insert cell
Insert cell
img_03962 = FileAttachment("IMG_0396 (2).jpg").image()
Insert cell
Insert cell
sKnad = FileAttachment("Søknad.jpeg").image()
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more