Difference between revisions of "Talk:Clubs and Clinics Wizard"

From Charitylog Manual
Jump to: navigation, search
 
Line 31: Line 31:
  
 
if !$isFutureOccurence: TitleWithButtons says "Attendances" and the save button says "Save Attendances"
 
if !$isFutureOccurence: TitleWithButtons says "Attendances" and the save button says "Save Attendances"
 +
 +
4) Replace 2 save buttons with the one called Save Details, and have the back-end simply return to the page you came from.

Latest revision as of 14:42, 15 March 2024

Wizard Step 1

1) TitleWithButtons. Simplify the 3 lines of headings/backlinks to Wizard Step 1 - Search for <a href=clinic.php>Teminology:clubs_and_clinics</a>

2) Remove navigate away message - this is not data entry, so whole form needs this disabling

3) "Location for the Event(s)" needs changing to Location for " . Terminology:clinic_meetings


Wizard Step 2

1) TitleWithButtons and remove backlinks

2) Receive the criteria by GET, then we can delete the backlink.

3) "Occurrence" should be Teminology:clinic_meeting

4) Select/Deselect All label wrong "for" attribute for the associated checkbox

5) Delete the pointless caption "Select Which Clubs You Wish To Enter Attendances For" then move the Select All checkbox to the leftmost column

6) Replace the "Print or Export" select list with "Print Sheets" and "Export Sheets" buttons

Wizard Step 3

1) TitleWithButtons and remove backlinks

2) Replace "Hint: People with a yellow background to the tick box are members of the club or group." with a colour key in the origin of the table. Yellow are members, green are on the waiting list.

3) Delete red message "The clinic (or one of the clinics) is set to run in the future...". Instead:

if $isFutureOccurence: TitleWithButtons says "Planned Attendances" and the save button says "Save Planned Attendances"

if !$isFutureOccurence: TitleWithButtons says "Attendances" and the save button says "Save Attendances"

4) Replace 2 save buttons with the one called Save Details, and have the back-end simply return to the page you came from.