Making WordPress.org


Ignore:
Timestamp:
04/08/2019 04:39:52 AM (6 years ago)
Author:
dd32
Message:

WordCamp Attendance UI: Allow organisers to select additional Ticket Questions to be shown on the Check in UI.

For example, This allows a WordCamp to show the answer to the 'T Shirt Size' question to help the registration team find the correct swag for the attendee.

This also includes any Attendee Flags set (eg 'Speaker' or 'Food Allergy') to help the registration team find badges or give them any extra relevant information required.

Screenshot example: https://cloudup.com/ckqnh2PVeI8

See https://github.com/WordPress/wordcamp.org/pull/61.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-attendance/addons/attendance-ui.php

    r7472 r8605  
    4444            <a href="#" class="yes">Yes</a>
    4545            <a href="#" class="no">No</a>
     46        </div>
     47
     48        <div class="extras">
     49             <# for ( var i in data.extras ) {
     50                var item = data.extras[i];
     51                if ( item.length > 1 ) { #>
     52                    <strong>{{ item[0] }}:</strong> {{ item[1] }}<br>
     53                <# } else { #>
     54                    {{ item[0] }}<br>
     55                <# } #>
     56             <# } #>
    4657        </div>
    4758
Note: See TracChangeset for help on using the changeset viewer.