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

Avoid name conflicts by using unique names for downloadable .tql files #570

Open
alexjpwalker opened this issue Nov 2, 2021 · 1 comment

Comments

@alexjpwalker
Copy link
Member

This issue was migrated from typedb/typedb-studio#260

Problem to Solve

In the https://dev.grakn.ai/docs/general/quickstart doc, schema.gql is too generic, call it friendship-schema.gql, or something more descriptive - maybe grakn-friendship-schema.gpl! They will be downloading more such schemas in the future, from your site and elsewhere, let them not be lost in their download folder.

Question: Feel free to study the content of social-network-schema.gql. <=== which schema is this talking about, please fix this if its a typo?

Current Workaround

Keep track of the .gql files downloaded.

Proposed Solution

Give relevant graql download files representative names.

Additional Information

On the back of the slack channel discussions

@izmalk
Copy link
Contributor

izmalk commented Jan 10, 2023

[`social-network-schema.tql`](../files/social-network/schema.tql){: target="_blank" download="social-network-schema.tql"}
This solution works fine. I should implement it throughout the docs whenever a single schema file is downloaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants