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

Create a better way to document Elements #15

Open
matheuslenke opened this issue May 14, 2024 · 0 comments
Open

Create a better way to document Elements #15

matheuslenke opened this issue May 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@matheuslenke
Copy link
Owner

Acceptance Criteria

  • As an Tonto user, I want to be able to describe better every element that I'm creating using documentation
  • The description should show when hovering at the element when referenced on another part of the model
/**
* description: This class represents a Person as an Object kind. A person
* can have many characteristics like name, age, and hair color
*/
kind Person {
	name: string
	age: number
	hairColor: string
}
@matheuslenke matheuslenke added the enhancement New feature or request label May 14, 2024
@matheuslenke matheuslenke changed the title [T03] Create a better way to document Elements Create a better way to document Elements May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant