67 | | (e.g. EER or class diagrams) |
| 67 | ==== Configuration Settings ==== |
| 68 | |
| 69 | || settings.base.joyride || The name of the template specific tours. || |
| 70 | |
| 71 | ==== Database Table ==== |
| 72 | |
| 73 | || pr_person_tour || A new table that will hold information about each tour the person has taken || |
| 74 | || || **person_id** //obtained from s3_logged_in_person()// || |
| 75 | || || **name** //string// || |
| 76 | || || **completed** //boolean// || |
| 77 | || || **place** //integer the place to resume within the tour, if not completed// || |
| 78 | |
| 79 | |