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

Feature/duplicate confirm handling #331

Merged
merged 6 commits into from
Feb 27, 2024

Conversation

Andreass2
Copy link
Collaborator

@Andreass2 Andreass2 commented Feb 27, 2024

Description

Duplicate handling on confirm request.
It uses idempotency logic to avoid proccessing of events multiple times. In the processing of the request it also checks if the file is already marked as downloaded by the recipient.

The Idempotency can now easily be used for other processing functions by sending a unique string and a prossessing funtion

Also added a start script for starting local dev.

Related Issue(s)

Verification

  • Your code builds clean without any errors or warnings
  • Manual testing done (required)
  • Relevant automated test added (if you find this hard, leave it and we'll help out)
  • All tests run green

Documentation

  • User documentation is updated with a separate linked PR in altinn-studio-docs. (if applicable)

@Andreass2 Andreass2 merged commit e343355 into main Feb 27, 2024
1 check passed
@Andreass2 Andreass2 deleted the feature/duplicate-confirm-handling branch February 27, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants