You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current GitHub Integration panel in the Agentic-workflow builder app only displays the UI for a successfully authenticated and configured state. This issue tracks the work required to handle other possible states and improve the user experience.
Tasks:
Implement UI for unauthorized state: When the user has not authorized the application to access their GitHub account, display an appropriate message and a clear call to action to authorize.
Implement UI for invalid-credential state: When the user's GitHub credentials are invalid (e.g., token expired, revoked), display an error message and guide the user to re-authenticate or update their credentials.
Add a "Change Settings" link: Provide a clear and easily accessible link within the GitHub Integration panel that allows users to modify their GitHub settings (e.g., re-authenticate, change repositories).
Context:
Currently, users encountering unauthorized or invalid-credential states may be confused or unable to resolve the issue. Providing clear UI and guidance will improve the user experience and reduce support requests.
Reference:
The following code snippet from another project may be helpful as a reference for implementing these states:
The current GitHub Integration panel in the Agentic-workflow builder app only displays the UI for a successfully authenticated and configured state. This issue tracks the work required to handle other possible states and improve the user experience.
Tasks:
Context:
Currently, users encountering unauthorized or invalid-credential states may be confused or unable to resolve the issue. Providing clear UI and guidance will improve the user experience and reduce support requests.
Reference:
The following code snippet from another project may be helpful as a reference for implementing these states:
giselle/apps/studio.giselles.ai/packages/components/navigation-panel.tsx
Lines 571 to 593 in 2017cce
The text was updated successfully, but these errors were encountered: