Skip Navigation

[Resolved] Guidance for when to use categories vs one to many relationship

This support ticket is created 6 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 4 replies, has 2 voices.

Last updated by richardB-13 6 years, 2 months ago.

Assisted by: Shane.

Author
Posts
#1133714

Tell us what you are trying to do?

I am trying to create a dog show site. There are several organizations for example American Kennel Club and United Kennel Club. Each organization has a different breed list. Around 350 different breeds. I am looking for guidance on if this could\should be done with categories or should each breed list be a custom post type with a one to many relationship.

Is there any documentation that you are following?
various tutorials and videos from toolset and elementor.

Is there a similar example that we can see?
Analogy would be products and product categories from two different vendors.

What is the link to your site?
trial.myk9t.com

#1133756

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Richard,

Thank you for contacting our support forum.

Personally I would recommend using the categories as it provides an archive for you to sort your items. Lets say you have 3 Breeds.

Breed A, Breed B, Breed C

If this here was a category or taxonomy then when you click on Breed A, it will automatically list all the Breed A dogs.

Please let me know if this helps.
Thanks,
Shane

#1133759

Thanks Shane...

There will be at least 700 breeds to start, 350 from each organization. Do you see any problems possibly performance issues with having this many categories?

Will I be able to create a front-end form to add a new dog and select the breed with Toolset forms?

Can you point me to some tutorials or examples of this type of form?

Thanks,

Richard

#1133791

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Richard,

While I don't have an example to show you.

I don't foresee any performance issues with this.

Yes you will be able to create a frontend form to do this.

I do recommend that you take a look at our getting started guide.
https://toolset.com/documentation/getting-started-with-toolset/

Please let me know if this helps.

Thanks,
Shane

#1133792

My issue is resolved now. Thank you!