Skip to content

Add a note to the UI about final database URL #1478

@kmcginnes

Description

@kmcginnes

All database URLs will have a path appended to the user provided URL. This is not obvious to the user in the UI. This can lead to the user incorrectly adding the path themselves.

  • Gremlin - {database-url}/gremlin
  • openCypher - {database-url}/opencypher
  • SPARQL - {database-url}/sparql

Potential Solution

We should add a note in the UI that shows what the final URL will be with the path appended. This should be in a FieldDescription below the input field. Something like

The URL that will be used is https://my-database.com:8182/sparql

Related issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    usabilityIssues relating to the ease of use of the UI or features

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions