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

Little Tools Component improvements #183

Closed
2 tasks done
HoyosJuan opened this issue Nov 28, 2023 · 1 comment
Closed
2 tasks done

Little Tools Component improvements #183

HoyosJuan opened this issue Nov 28, 2023 · 1 comment
Assignees
Labels
feature Something new that we could do

Comments

@HoyosJuan
Copy link
Member

Description 📝

It would be nice for the ToolsComponents to have the following 4 new features:

  • Validate the UUID to be used when registering a tool to throw an error if it has an invalid syntax.
  • Throw an error if the user is trying to create a new instance of a tool that is already registered in the app.
  • Have a new onToolAdded event.
  • Make the get() method synchronous to not have to use await/.then() when getting a tool that is from the library. In other words, leave getting tools from the library synchronous, while tools from the platform asynchronous.

Suggested solution 💡

No response

Alternative ⛕

No response

Additional context ☝️

No response

Validations ✅

  • Read the docs.
  • Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.
@HoyosJuan HoyosJuan added the feature Something new that we could do label Nov 28, 2023
@HoyosJuan HoyosJuan added this to the 1.3.0 milestone Nov 28, 2023
@HoyosJuan HoyosJuan self-assigned this Nov 28, 2023
@HoyosJuan
Copy link
Member Author

Done in PR #186.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something new that we could do
Projects
None yet
Development

No branches or pull requests

1 participant