Closed
Description
Problem:
- When a user is creating a workspace with a template that requires git auth to some external provider a user is forced to refresh the page for the auth to take effect which removes all entries in other fields when creating the workspace. This is a problem because it is not apparent that all fields will be reset leading to end user frustration.
Solutions:
- (Preferred) Turn git auth buttons and settings into a websocket or something that is updated dynamically as soon as the end user completes the git auth which will negate the need for a full page refresh.
- Enforce git auth on a separate page or first before other fields are filled which negates the removal of selections and filled fields
- More I didn't list