ismaeljhon / marketplays-api

0 stars 0 forks source link

Slug should be unique #35

Open ismaeljhon opened 3 years ago

ismaeljhon commented 3 years ago

Slug auto-generated value should be unique

e.g Input number: 1 Name: "Marketing" slug: "marketing""

Input number: 2 Name: "Marketing" slug: "marketing-1"

karlagunday commented 3 years ago

Was using this package. Will have this one extended to apply a suffix if needed