I have what I assumed is a very simple use case need:
Volunteer opportunities on site with varied slot availability
Need to show a list of volunteer opportunities with slots available
I have gone round and round on relationships in views to no avail. Does anyone have any idea how I would show a table of volunteer opportunities where there were still slots open?
This isn't an issue for views integration portion of this module as that is clearly for registrations made on nodes, not registrations available on nodes.
I'm sure there is an easy answer and maybe I just have google blindness from searching for three days!
Issue fork registration-2079059
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #1
john.oltman commentedComment #2
john.oltman commentedThis is mostly supported in 3.x, but needs the following enhancements:
* Set and forget mode handles capacity being reached, not just open/close dates* A new Views field may be needed for Register link, with checkbox to allow showing registration status instead if registration is closed* New Views filters are needed for host entity spaces remaining, spaces reserved and registration count
Comment #3
john.oltman commentedComment #4
milos.kroulik commentedIf this is mostly supported, it would be good to document this feature. For now I can see ho I can add available spaces as a field, but the filter still seems to be not implemented. Should I create a new issue for this?
Comment #5
john.oltman commentedThanks @milos, let's keep things in this issue - this can pop to the top of my to-do list. I'll get the filter etc into the next release, I'll use this issue. And yes - fresh documentation is needed for all features of the module - that is coming over the next few months.
Comment #6
john.oltman commentedComment #9
john.oltman commentedAdded new filters for:
* Host entity spaces remaining (available)
* Host entity spaces reserved
* Host entity registration count
Committed to dev branch and will be in the next release.