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!

Command icon 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

john.oltman’s picture

Version: 7.x-1.2 » 3.0.x-dev
Issue summary: View changes
john.oltman’s picture

This 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

john.oltman’s picture

Title: View for open slots » Improved views integration for open slots listing
Assigned: Unassigned » john.oltman
Category: Support request » Feature request
milos.kroulik’s picture

If 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?

john.oltman’s picture

Thanks @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.

john.oltman’s picture

Version: 3.0.x-dev » 3.4.x-dev

  • john.oltman committed ea80feae on 3.4.x
    #2079059: Improve views integration for open slots listing
    
john.oltman’s picture

Title: Improved views integration for open slots listing » Improve views integration for open slots listing
Assigned: john.oltman » Unassigned
Status: Active » Fixed

Added 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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.