csdl / makahiki

An Open Source "Serious Game" Framework for Sustainability
http://makahiki.readthedocs.org/
MIT License
7 stars 5 forks source link

Event attendance code creation is confusing #487

Closed rbrewer closed 12 years ago

rbrewer commented 12 years ago

When creating attendance codes for an event, the process is confusing and unlike the other attributes of the event. The challenge admin must decide how many codes to generate, type that number into the "Number of codes:" field, and then save the event. Then the admin must reopen the event, and click the View Codes button. Note that the actual number of codes generated is not displayed in the "Number of codes" field, that is only a requested number of new codes to generate.

Perhaps there need to be two fields: number of codes generated, and number of new codes to generate? The filtering discussed in #486 would also be useful.

yongwen commented 12 years ago

changed the interface to generate and view codes:

added two new button on the top right of event/excursion page,

  1. "view RSVPs" will see the rsvps
  2. "view Codes" will go to the code page, where you can "view all codes", and "generate codes". the "generate codes" will prompt for number of codes to generate. also, in the action dropbox, there is a new option "view selected codes" to view specific codes, such as newly generated ones.

the "confirmation code" section at the bottom of the page is removed, as well as the rsvp link besides the max seat field.