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

mediumroast_js: Add duplicate name check on company objects prior to company create #65

Closed
miha42-github opened this issue Jan 3, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@miha42-github
Copy link
Contributor

miha42-github commented Jan 3, 2024

Introduction

As we only want to have unique companies a check is required to verify that users do not enter the same name of the company again thus creating a duplicate.

Implementation notes

  • This is being accomplished through a simple findByName() call and then a return back to the main CLI.
@miha42-github miha42-github self-assigned this Jan 3, 2024
@miha42-github miha42-github added the enhancement New feature or request label Jan 3, 2024
@miha42-github miha42-github added this to the Alpha_2 Package 1 milestone Jan 3, 2024
@miha42-github
Copy link
Contributor Author

The implementation is completed and has had a basic test, confirmed.

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