Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.05 KB

README.md

File metadata and controls

12 lines (10 loc) · 1.05 KB

tiger_herding

Usage

  1. Fill out the Hard Problem stakeholder spreadsheet for the event, with attendees in rows and meetings in columns.
  2. Have stakeholders fill out the sprint attendance spreadsheet (copy from the sprint template).
  3. Important: Remove any unnecessary commas or linebreaks from cells of the two spreadsheets. They will interfere with parsing.
  4. Ensure that participants have entered their d.o username exactly in the signup sheet.
  5. Export the Hard Problems stakeholder spreadsheet as meetings.csv and the sprint spreadsheet as availability.csv using Google Docs' default CSV export.
  6. Clean up any remaining commas or linebreaks within cells. For the sprint spreadsheet saved in availability.csv, you may just wish to delete the leading rows that contain instructions for the sheet.
  7. Update the M_HEADER_ROWS, M_HEADER_COLS, and A_PRE_HEADER_ROWS constants in schedule.php based on the files you have.
  8. Run php schedule.php.