Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forhåndsvisning/testing av presentasjonsfelter i Localtest #3

Open
rvessb opened this issue Mar 18, 2022 · 2 comments
Open

Forhåndsvisning/testing av presentasjonsfelter i Localtest #3

rvessb opened this issue Mar 18, 2022 · 2 comments
Labels
kind/feature-request New feature or request org/ssb Issues relevant for Statistisk sentralbyrå.

Comments

@rvessb
Copy link

rvessb commented Mar 18, 2022

What needs to be solved?

Det er behov for funksjonalitet for forhåndsvisning/testing av presentasjonsfelter (som beskrevet her: https://docs.altinn.studio/nb/app/development/configuration/messagebox/presentationfields/) i Lokaltest.

How do you want it solved?

Få på plass en fungerende innboks på testbrukerne som ligger i lokaltest.

Alternative solutions

En eller annen måte i lokaltest å teste at presentasjonsfeltene oppfører seg slik man har "konfigurert" de.

Additional context

@rvessb rvessb added the kind/feature-request New feature or request label Mar 18, 2022
@rvessb
Copy link
Author

rvessb commented Mar 31, 2022

org/ssb

@SandGrainOne SandGrainOne added the org/ssb Issues relevant for Statistisk sentralbyrå. label Mar 31, 2022
@FinnurO FinnurO removed their assignment Nov 22, 2022
@FinnurO FinnurO changed the title Forhåndsvisning/testing av presentasjonsfelter i Lokaltest Forhåndsvisning/testing av presentasjonsfelter i Localtest Dec 14, 2022
@ivarne
Copy link
Member

ivarne commented Jan 31, 2023

One solution that would be less work than an inbox for localtest would be to extend the InstancePicker that lets users select an existing instance to show PresnetationValues

// applicationmetadata.json
"onEntry": {
    "show": "select-instance"
}

That would require a new app nuget version for the relevant apps that includes presentationValues on SimpleInstance that is returned from {org}/{app}/instances/{instanceOwnerPartyId:int}/active and some frontend changes to actually read and display those values (if they exist.)

This change probably makes sense in a general context as well, because users also wants to see presentationValues when picking an existing instance.

ivarne referenced this issue in ivarne/app-lib-dotnet Jan 31, 2023
…int}/active endpoint

This is in preparation for showing presentation texts in the
onEntry.Show = "select-instance" instance picker to help users
and emulate the inbox in localtest, like requested in
https://github.com/Altinn/altinn-studio/issues/8278
ivarne referenced this issue in ivarne/app-lib-dotnet Jan 31, 2023
…int}/active endpoint

This is in preparation for showing presentation texts in the
onEntry.Show = "select-instance" instance picker to help users
and emulate the inbox in localtest, like requested in
https://github.com/Altinn/altinn-studio/issues/8278
tjololo referenced this issue in Altinn/app-lib-dotnet Feb 1, 2023
…int}/active endpoint (#177)

Preparation for showing presentation texts in the
onEntry.Show = "select-instance" instance picker to help users
and emulate the inbox in localtest, like requested in
https://github.com/Altinn/altinn-studio/issues/8278
@mijohansen mijohansen transferred this issue from Altinn/altinn-studio Feb 6, 2023
@nkylstad nkylstad removed this from Team Studio Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature-request New feature or request org/ssb Issues relevant for Statistisk sentralbyrå.
Projects
Status: Todo
Development

No branches or pull requests

4 participants