Christos Malliaridis created SOLR-17658: -------------------------------------------
Summary: Implement Start Screen Key: SOLR-17658 URL: https://issues.apache.org/jira/browse/SOLR-17658 Project: Solr Issue Type: Improvement Components: Admin UI Reporter: Christos Malliaridis The new UI is built for web (shipped with Solr server and webapp) and desktop (JVM). The POC has a hardcoded URL to localhost:8983 to interact with the API. In order to have an option to allow the user to select the Solr instance (URL), a start screen was designed that should be displayed as initial screen / entrypoint. h2. Task Implement the start screen according to the [designs from Figma|https://www.figma.com/design/VdbEfcWQ8mirFNquBzbPk2/Apache-Solr-Admin-UI-v2-Concept?node-id=1185-13443&t=vMgOa9QlzQZSdjLf-1]. Only the first form where the user can provide a Solr URL is relevant for this ticket. h2. Acceptance Criteria - When the user opens for the first time the new UI, the start screen is displayed - On desktop, the user can edit the Solr URL and provide a custom URL - A placeholder to http://localhost:8983 is used on desktop as default value for the Solr URL - If the user is on web and accessed the Solr instance via a Solr URL, the host from the current URL is used and the user is automatically connected - When successfully connected, the user is redirected to the Dashboard (or any existing screen for now) - The provided Solr URL is used in the HTTP client - The logout button redirects the user back to the start screen h2. Additional Information You should avoid handling authentication / authorization in this issue, as this is addressed in a separate issue. The designs cover an authentication form, but that can be ignored for now. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org