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

Duplicate names in stages #42

Open
little-yellow-bean opened this issue Dec 21, 2019 · 3 comments
Open

Duplicate names in stages #42

little-yellow-bean opened this issue Dec 21, 2019 · 3 comments

Comments

@little-yellow-bean
Copy link

It seems it identifies different columns by the stage name, it doesn't make sense, it is better to use id.

@BrockReece
Copy link
Owner

Hi, thanks for raising an issue.

But I wouldn't say that it doesn't make sense, I would say a lot of implementations would use enums for their statuses.

As the stages prop is just an array of unique possible status identifiers, you can pass through an array of any identifier that makes sense to you...

stages: [1, 'foo',  '123-321-abc'],

@mdsaban
Copy link

mdsaban commented Aug 5, 2021

Hi @BrockReece , I want to raise a PR for solving this issue. What do you think?

@BrockReece
Copy link
Owner

@mdsaban I'm not sure if I understand the problem yet, but all contributions are welcome.

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

No branches or pull requests

3 participants