Phase 3: Impementation


Database Schema for Card_Table
  • Description:This table holds all of an IC card's information that does not involve any interaction with other IC cards.
  • Data-fields in Card_Table:

    Name Type Description
    Card_Name Text This should be a formal card name that the program will call the card by. It should contain no spaces. If a space is needed for understanding, please use an underscore.
    Card_Description Text This is an informal description of what this card does.
    Card_Type Index The value must be one of these six values: Quiet State, By Myself no Interaction, By Myself with Interaction, By Others no Interaction, By Others with Interaction, or Mixed
    Card_Task Text This is a more formal definition of what this card does.