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

Object creation takes too long #5278

Open
Bonapara opened this issue May 3, 2024 · 2 comments
Open

Object creation takes too long #5278

Bonapara opened this issue May 3, 2024 · 2 comments
Labels
scope: back+front Issues requiring full-stack knowledge

Comments

@Bonapara
Copy link
Member

Bonapara commented May 3, 2024

Description

Creating a custom object takes around 4s. If you mistakenly click the create button twice, an "object already exists" error will appear.

CleanShot.2024-05-03.at.15.27.34.mp4

Desired Behavior

  • We want to show a loading indicator in the button after clicking. (See below)
  • We want to prevent the "this object already exists" error from appearing when the button is clicked twice.
  • We should also cut down the loading time.

Button loader:

CleanShot.2024-05-03.at.15.34.58.mp4
@Bonapara Bonapara added the scope: back+front Issues requiring full-stack knowledge label May 3, 2024
@JustGJ
Copy link

JustGJ commented May 4, 2024

Hi, this is my first contribution to an open-source project, and I'm willing to challenge myself by attempting to solve this issue! Thank you in advance for the assignment!

@Bonapara
Copy link
Member Author

Bonapara commented May 6, 2024

All set, @JustGJ. Thanks for contributing and good luck!

@JustGJ JustGJ removed their assignment May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: back+front Issues requiring full-stack knowledge
Projects
None yet
Development

No branches or pull requests

3 participants
@Bonapara @JustGJ and others