appuio / cloud-portal

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

Inform user if default organization doesn't exist #534

Open ccremer opened 1 year ago

ccremer commented 1 year ago

Summary

As user\ I want to be notified if my configured default organization doesn't exist\ So that I'm not using outdated information

Context

Might be considered a bug or simply a case that doesn't yet exist:

Out of Scope

Further links

No response

Acceptance Criteria

No response

Implementation Ideas

We could re-use the first-login-dialog when the portal is visited. There's already a query for all organizations and the current default organization setting. It would be simple to add a text to re-set the default organization to a new one.

The dropdown selection in /user settings page should display the old organization, but not make it further selectable or saveable.