home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / demo / truegrid / dragdrop / dragdrop.$ / TASKS.MDB / Tasklist.json < prev   
Encoding:
JavaScript Object Notation  |  1994-02-08  |  1.7 KB

  1. {
  2.     "schema": {
  3.         "Description": "Text (255)",
  4.         "Status": "Text (20)",
  5.         "Start Date": "DateTime",
  6.         "End Date": "DateTime",
  7.         "Duration": "Integer",
  8.         "Done": "Boolean NOT NULL",
  9.         "Priority": "Integer"
  10.     },
  11.     "data": [
  12.         {
  13.             "Description": "Develop a timetable for acquisition of 235 Park Lane Towers",
  14.             "Status": "In Progress",
  15.             "Start Date": "08/25/93 00:00:00",
  16.             "End Date": "10/05/93 00:00:00",
  17.             "Duration": 200,
  18.             "Done": 1,
  19.             "Priority": 3
  20.         },
  21.         {
  22.             "Description": "Talk to Roger Annenberg about routine evaluation of leasing arrangements.",
  23.             "Status": "Pending",
  24.             "Start Date": "10/02/93 00:00:00",
  25.             "Duration": 7,
  26.             "Done": 0,
  27.             "Priority": 5
  28.         },
  29.         {
  30.             "Description": "Discuss margins with Bill.  The new leasing project requires that we increase our margins or investigate ways to decrease cost on the item.",
  31.             "Status": "Unacceptable",
  32.             "Start Date": "10/01/93 00:00:00",
  33.             "Duration": 30,
  34.             "Done": 0,
  35.             "Priority": 2
  36.         },
  37.         {
  38.             "Description": "Meet with Buchannan-Ingersoll to discuss termination language.",
  39.             "Status": "Pending",
  40.             "Start Date": "11/05/93 00:00:00",
  41.             "Done": 0,
  42.             "Priority": 5
  43.         },
  44.         {
  45.             "Description": "Work on Contract for Robert Powells.  He needs it within 2 weeks.",
  46.             "Status": "Not Started",
  47.             "Start Date": "09/05/93 00:00:00",
  48.             "Duration": 14,
  49.             "Done": 0,
  50.             "Priority": 2
  51.         },
  52.         {
  53.             "Description": "Go to lunch with Lise Hellman.  She has (yet) another proposal for how we can maximize our insurance coverage.",
  54.             "Status": "Satisfactory",
  55.             "Start Date": "09/05/93 00:00:00",
  56.             "Done": 1,
  57.             "Priority": 10
  58.         },
  59.         {
  60.             "Description": "Find out if there's a way we can convert our equity in Malibu Shores to an option in the new oceanfront development.",
  61.             "Status": "Pending",
  62.             "Start Date": "10/09/93 00:00:00",
  63.             "Done": 0,
  64.             "Priority": 1
  65.         },
  66.         {
  67.             "Description": "Talk to Martin.  He has this nutty idea that the property on elm street is going up in price.",
  68.             "Status": "Pending",
  69.             "Done": 0,
  70.             "Priority": 6
  71.         }
  72.     ]
  73. }