Skip to content

Instantly share code, notes, and snippets.

@sc0ttkclark
Created January 29, 2013 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sc0ttkclark/4665815 to your computer and use it in GitHub Desktop.
Save sc0ttkclark/4665815 to your computer and use it in GitHub Desktop.

Use Case

We’re building a site for Golf Courses in a state. We need:

  1. Properties
  • taxonomies: Type (private/public), State, County
  1. Courses
    • taxonomies: bunkers (light, medium, heavy), features (sand trap, putting practice), rate tier ($, $$, $$$), Course Rating (*, **, ***)
  2. Holes
    • Holes have tees (black tee, white tee) each with different par/handicap/yards

Properties can have more than 1 course associated with them.

Courses have at least 9 holes. Each hole needs to have par, yards, slope for each tee.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment