digdir / dialogporten

Dialogporten - common API and and metadata state store for digital dialogs
https://digdir.github.io/dialogporten/
MIT License
0 stars 3 forks source link

Implement support for hiding a dialog #841

Open elsand opened 3 weeks ago

elsand commented 3 weeks ago

Introduction

We need to support user-driven actions to hide dialogs from the inbox (or any view)

Description

This needs to be considered with #198, which describes a full-fledged labelling system. As a first step, we need to be able to implement a simpler mechanism that has global (not per-user) effect on dialogs.

Refinement:

Implementation

### Tasks
- [ ] Implementation tasks are added here
- [ ] Prepare documentation (if relevant - either update working document, or add a new file in `docs`)
- [ ] Add e2e-test (if relevant)
### Threat modelling
- [ ] Does this introduce any security threats.

Acceptance criteria

GIVEN ... WHEN .... THEN ...

GIVEN ... WHEN .... THEN ...