aws / aws/graph-explorer

Simplify CreateConnection form UI

Open
#1,625 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
481
Forks
108
Avg merge
6d 8h
Merged PRs (30d)
5

Description

## Parent PRD

- Parent #1618

## What to build

Update the `CreateConnection` form to remove proxy-related fields. Remove the "Public or Proxy Endpoint" text area, remove the "Using Proxy-Server" checkbox, and promote `graphDbUrl` ("Graph Connection URL") as the primary and only URL input field.

**Type: HITL** — requires review before completion.

## Acceptance criteria

- [ ] "Public or Proxy Endpoint" field is removed from the form
- [ ] "Using Proxy-Server" checkbox is removed from the form
- [ ] `graphDbUrl` is the primary URL field, always visible, labeled clearly (e.g., "Graph Database URL")
- [ ] Form validation requires `graphDbUrl`
- [ ] Submitting the form produces a valid `ConnectionConfig` with `graphDbUrl`
- [ ] Tests verify the form renders without proxy-related fields
- [ ] Tests verify form submission produces correct data shape

## Blocked by

- Blocked by #1622

## User stories addressed

- User story 1
- User story 2

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.