appuio / cloud-portal

APPUiO Cloud Portal (Web Frontend)
Apache License 2.0
5 stars 0 forks source link

Guide new registered users with first setup #524

Closed ccremer closed 1 year ago

ccremer commented 1 year ago

Summary

As a newly registered Portal user\ I want the Portal to automatically guide me through the initial setup \ So that I can get started as quickly as possible.

Context

2 Major building blocks are needed to use APPUiO Cloud:

The billing information is a prerequisite for the Organization. Therefore, the first thing to set up is Billing.

Out of Scope

No response

Further links

Acceptance Criteria

Given I am just being redirected from an external IDP
And I am not part of an Organization
And I have no access to any billing entities
When I am visiting the main page `/`
Then I am presented with a dialog
And the dialog contains a button to create a new Billing entity

Given I am not part of an Organization
And I have access to a Billing Entity
When I visit `/organizations`
Then I am presented with a view to create a new Organization
And I see a hint explaining why I see the create new Organization form

Implementation Ideas

No response