badcamp / camp_distro

Provides a Drupal camp website based, in general, on the requirements for the BADCamp (Bay Area Drupal Camp) website.
3 stars 2 forks source link

As a site installer, I'd like to display the number of sponsorships available per tier. #87

Open jnettik opened 6 years ago

jnettik commented 6 years ago

This should be an integer field on the Sponsorship vocabulary for the total numbers available. This could be displayed in two ways out of the box:

  1. The number we're asking for.
  2. The number available.

I think #2 can be solved with a custom extra field for the manage display screen that simply looks up the number of Sponsor nodes tagged with the current term. Thoughts?