home *** CD-ROM | disk | FTP | other *** search
/ Internet Pratica / IPRAT_01.iso / tutoriais / DB / modelos / 12Issues.mdb / Issues.json < prev    next >
JavaScript Object Notation  |  1998-06-29  |  3KB

  1. {
  2.     "schema": {
  3.         "IssueID": "Long Integer",
  4.         "Title": "Text (50) NOT NULL",
  5.         "Description": "Memo/Hyperlink (255)",
  6.         "Status": "Long Integer",
  7.         "Priority": "Long Integer",
  8.         "DateEntered": "DateTime",
  9.         "EnteredBy": "Long Integer",
  10.         "AssignedTo": "Long Integer",
  11.         "DateResolved": "DateTime",
  12.         "Resolution": "Long Integer",
  13.         "ResolvedBy": "Long Integer"
  14.     },
  15.     "data": [
  16.         {
  17.             "IssueID": 1,
  18.             "Title": "Problem with product name",
  19.             "Description": "The name of our product conflicts with another company's copyright.",
  20.             "Status": 1,
  21.             "Priority": 2,
  22.             "DateEntered": "09/06/96 00:00:00",
  23.             "EnteredBy": 14,
  24.             "AssignedTo": 19
  25.         },
  26.         {
  27.             "IssueID": 2,
  28.             "Title": "Label has a typo",
  29.             "Description": "On the proposed product label, there's a typo.  The word \"exiting\" should be \"exciting\" in the first sentence.",
  30.             "Status": 4,
  31.             "Priority": 1,
  32.             "DateEntered": "09/07/96 00:00:00",
  33.             "EnteredBy": 1,
  34.             "DateResolved": "09/08/96 00:00:00",
  35.             "Resolution": 1,
  36.             "ResolvedBy": 16
  37.         },
  38.         {
  39.             "IssueID": 3,
  40.             "Title": "Customers don't like the slogan",
  41.             "Description": "Our marketing research last month told us we aren't hitting the mark with our latest promotional campaign.",
  42.             "Status": 1,
  43.             "Priority": 2,
  44.             "DateEntered": "09/12/96 00:00:00",
  45.             "EnteredBy": 9,
  46.             "AssignedTo": 20
  47.         },
  48.         {
  49.             "IssueID": 4,
  50.             "Title": "Need to expand phone service",
  51.             "Description": "We will need two more lines in the main office sooner or later.",
  52.             "Status": 1,
  53.             "Priority": 3,
  54.             "DateEntered": "09/12/96 00:00:00",
  55.             "EnteredBy": 6,
  56.             "AssignedTo": 20
  57.         },
  58.         {
  59.             "IssueID": 5,
  60.             "Title": "Trade show plans",
  61.             "Description": "Our booth at the trade show will need rented equipment like last time.",
  62.             "Status": 2,
  63.             "Priority": 1,
  64.             "DateEntered": "09/12/96 00:00:00",
  65.             "EnteredBy": 3,
  66.             "AssignedTo": 3,
  67.             "DateResolved": "09/12/96 00:00:00",
  68.             "Resolution": 1,
  69.             "ResolvedBy": 6
  70.         },
  71.         {
  72.             "IssueID": 6,
  73.             "Title": "Flyer should include the new products",
  74.             "Description": "Our mailing didn't mention the new line, we should update it.",
  75.             "Status": 2,
  76.             "Priority": 2,
  77.             "DateEntered": "09/12/96 00:00:00",
  78.             "EnteredBy": 1,
  79.             "AssignedTo": 1,
  80.             "DateResolved": "09/12/96 00:00:00",
  81.             "Resolution": 3,
  82.             "ResolvedBy": 3
  83.         },
  84.         {
  85.             "IssueID": 7,
  86.             "Title": "Expanding the mailing list",
  87.             "Description": "I'm looking for ideas on expanding the mailing list. Please talk to contacts in the field about this.",
  88.             "Status": 1,
  89.             "Priority": 2,
  90.             "DateEntered": "09/12/96 00:00:00",
  91.             "EnteredBy": 1,
  92.             "AssignedTo": 3
  93.         },
  94.         {
  95.             "IssueID": 8,
  96.             "Title": "Computer equipment",
  97.             "Description": "It's time to put together recommendations for this year's computer upgrades. The admin staff can collect this data.",
  98.             "Status": 1,
  99.             "Priority": 2,
  100.             "DateEntered": "09/12/96 00:00:00",
  101.             "EnteredBy": 15,
  102.             "AssignedTo": 20
  103.         },
  104.         {
  105.             "IssueID": 9,
  106.             "Title": "Bug in Access application",
  107.             "Description": "Why do I get that strange message in the Invoicing application when I try to enter a new customer?  Does someone know enough about Access to figure this out?",
  108.             "Status": 1,
  109.             "Priority": 1,
  110.             "DateEntered": "09/12/96 00:00:00",
  111.             "EnteredBy": 15,
  112.             "AssignedTo": 5
  113.         },
  114.         {
  115.             "IssueID": 10,
  116.             "Title": "Typo in label",
  117.             "Description": "There's a typo on the label.  The first sentence says Exiting.",
  118.             "Status": 2,
  119.             "Priority": 2,
  120.             "DateEntered": "09/12/96 00:00:00",
  121.             "EnteredBy": 15,
  122.             "AssignedTo": 15,
  123.             "DateResolved": "09/12/96 00:00:00",
  124.             "Resolution": 4,
  125.             "ResolvedBy": 16
  126.         },
  127.         {
  128.             "IssueID": 11,
  129.             "Title": "Standard Products account",
  130.             "Description": "These guys are considering jumping ship to the competitor. Let's meet with them to discuss their needs -- it's a big account.",
  131.             "Status": 1,
  132.             "Priority": 1,
  133.             "DateEntered": "09/12/96 00:00:00",
  134.             "EnteredBy": 6,
  135.             "AssignedTo": 20
  136.         }
  137.     ]
  138. }