Changes between Initial Version and Version 1 of BluePrintDecisionMakingTechnicalTwo


Ignore:
Timestamp:
12/21/09 22:26:39 (15 years ago)
Author:
Connie White
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintDecisionMakingTechnicalTwo

    v1 v1  
     1In order to better understand how the users are using the system and which tools are being used how, a history of the transactions needs to be recorded.
     2
     3'''Transaction Log'''
     4For further studies, it was determined that a list of a variety of transactions needed to be gathered and maintained.  This will help researchers determine which tools or actions trigger other tool usage or actions.  A transaction log will help support the ability to study how the system is used, by which users and why.  This can help determine if new items are created when disagreement is high and other relationships between the available toolset.  Each ‘Active Problem’ will need its own transaction log that only records the actions that are between the members of that particular group.   Particular information needs to be recorded:
     5
     6•       When someone votes - for each item - (not a change in vote but just if it's voted on initially)
     7•       When someone changes a vote (for Each item available)
     8•       When someone posts or replies to a discussion
     9•       When someone adds an item in the Options List
     10•       When someone views the Scale
     11•       When someone views the Option List
     12•       And time-date for each user, 
     13o       Initial vote on an item
     14o       Change in vote
     15o       Post/Reply
     16o       Add item
     17o       View item list and range or item number
     18
     19All integer fields need to have sorting ability so that analysis is easier and more structured for a more accurate analysis.  It should also be available in a format such that it can easily be imported into statistical software and spreadsheet programs, i.e. a simple table.  To maintain anonymity of personal data, each instance can be identified by a primary key.