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

Automatic update of OverviewPage after post-confirmation user interaction in CreationPage #111

Merged
merged 5 commits into from
Nov 16, 2023

Conversation

Torgeir333
Copy link
Contributor

Description

The OverviewPage is now automatically updated (from Redux State)
after a new user interaction step has been added in CreationPage.

After clicking confirm/Opprett, the user gets a confirmation
(and the new POST id return update, see Issue8) upon a successful
creation of a new SystemUser (in both BFF, Real Backend etc...)

When he clicks the OK button, the state of the CreationPage is reset,
a GET request to BFF for an update OverviewPage list is sent,
and the user transferred to the OverviewPage.

The BrowserBackButton scenario will be dealt with in a future iteration.

Design for the new user interaction is not in yet.

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

Copy link
Contributor

@simen-rekkedal simen-rekkedal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@Torgeir333 Torgeir333 merged commit a3422e9 into main Nov 16, 2023
@Torgeir333 Torgeir333 deleted the creationpage13 branch November 16, 2023 12:26
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