Closed elsand closed 3 months ago
Hei, Sigurd fra Born Digital-prosjektet her. Vår PoC-applikasjon bruker Dialogporten-API-et i tt02. Vil dere slippe endringene relatert til transmissions i én større deploy, eller vil dere deploye til testmiljøet etterhvert som oppgavene blir løst?
Blir deployed i testmiljøet etterhvert som oppgavene blir løst, og så kommer det en større update i tt02 etterhvert. Før vi slipper den vil vi si fra i #dialogporten-arbeidsflate-dev i Altinn. :)
Introduction
This is the main issue tracking the work associated with removing "dialog elements" and introducing "transmissions". See other related issues in the tracking epic (#836)
Description
See https://gist.github.com/elsand/ef205ad479b3377aea98506808d9a84f for a summary of all planned changes.
The transmissions entity will contain information about
Sender
Will use the same "actor" entity as defined in #851
Authorization Attribute
Like on dialog elements, a authorization attribute can be set, which will describe a authorization (sub)resource that the reader will have to have "read" (or "transmission-read" if subresource)
Type of transmission
Should indicate what kind of transmission this is, used for visualization purposes and potentially EUS logic. These should not be service specific (use extendedType for those). Preliminary list:
Extended type
An optional service specific URI set by the service owner indicating to EUSs a specific subtype of this transmission. Not used in AF.
Content
The same content structure as used in dialogs, but limited to "Title" and "Summary".
Attachments
A list of attachments as described in #857
Related transmission
An optional other related transmission by id. This allows for building tree-like structures.
Implementation
Example:
Acceptance criteria
GIVEN ... WHEN .... THEN ...
GIVEN ... WHEN .... THEN ...