Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look up documents by name and type #378

Open
epatters opened this issue Feb 4, 2025 · 0 comments
Open

Look up documents by name and type #378

epatters opened this issue Feb 4, 2025 · 0 comments
Labels
backend Backend, including web server and database enhancement New feature or request frontend TypeScript frontend and Rust-wasm integrations tactical Typical engineering complexity

Comments

@epatters
Copy link
Member

epatters commented Feb 4, 2025

UUIDs are perfectly unique but are also unwieldy and unfriendly. It should be possible to look up documents by a combination of

  • type, e.g., "model" or "diagram,
  • human-readable name

Fortunately, as of #369, the latter is now standardized across document types.

Implementing this involves:

  • Add an RPC method the backend, backed by a suitable SQL query
  • Exposing this through a nice entry widget in the frontend, with completion menu
@epatters epatters added backend Backend, including web server and database enhancement New feature or request frontend TypeScript frontend and Rust-wasm integrations tactical Typical engineering complexity labels Feb 4, 2025
@epatters epatters moved this to Todo in Compositional models Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend, including web server and database enhancement New feature or request frontend TypeScript frontend and Rust-wasm integrations tactical Typical engineering complexity
Projects
Status: Todo
Development

No branches or pull requests

1 participant