Changes between Version 2 and Version 3 of BluePrint/InlineHelp


Ignore:
Timestamp:
06/01/13 13:25:20 (11 years ago)
Author:
graeme
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/InlineHelp

    v2 v3  
    6363
    6464== Design ==
    65 <Where relevant include alternative design options>
     65
    6666=== Data Model ===
    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
    6880=== Workflows ===
    6981<Diagrams or Pseudocode>