Closed seanes closed 2 weeks ago
@LeifHelstad @mbacherycz Thoughts on this?
Searches should be built and stored in one common way, regardless of person or organisation ** This means that "party" should also be part of url an search for person as well
This social security number must not be used as "party" for more than one reason Primarily, the social security number (SSN) should be exposed as little as possible The SSN is not a static value Foreigners with a D-number (+40 on days) as SSN will have this replaced with a birth number as SSN over a few years Having a legal gender change forces the replacement of the third digit in the social security number part of the SSN
Jeg ser på denne som en "feature" der alle "Stories" (#1346, #1347, #1355) er levert og testet i sprint 10. Siden alle Stores er testet OK anser jeg Featuren som helhet også som OK. Test passed.
Description
Navigation with query parameters is inconsistently handled, leading to various issues (cf. #1298, #1244, and #1314). These issues may also impact #1304 and #1315.
Proposed Solution
Retain only relevant query parameters when navigating between routes. For example, navigating from
/?party=PARTY_URN&search=hello
to/saved-searches
should keepparty=PARTY_URN
, but discardsearch=hello
./
(inbox)./drafts
./drafts?filterA=valueOfFilterA
./
.Benefits
Complexity that makes the design brittle or hard to implement should be avoided in favor of a robust solution.
This should be thoroughly tested through Playwright tests.
Additional Information
No response