浏览代码

Mock data for tables

wilitp 4 年之前
父节点
当前提交
de7fe3c8c7
共有 1 个文件被更改,包括 76 次插入0 次删除
  1. 76 0
      app/src/api/mocks.ts

+ 76 - 0
app/src/api/mocks.ts

@@ -0,0 +1,76 @@
+export default {
+  general: `
+    [
+      {
+        "station": {
+          "name": "anim",
+          "code": "fa226136-859f-42a2-bd42-6485dd93b16b"
+        },
+        "from": "2015-11-12T02:44:14 +03:00",
+        "to": "2016-07-29T06:14:30 +03:00",
+        "gt10": "1257.00%",
+        "gt30": "3564.00%",
+        "gt33": "1459.00%",
+        "grados_acumulados": "2843.00%",
+        "amplitud_termica": "3902.00%",
+        "precip_acumulada": "2390.00%"
+      },
+      {
+        "station": {
+          "name": "consectetur",
+          "code": "e6fa3b79-6e74-4ed1-99c9-9b5655cfbe8d"
+        },
+        "from": "2016-08-13T11:15:58 +03:00",
+        "to": "2014-05-23T04:47:43 +03:00",
+        "gt10": "1840.00%",
+        "gt30": "2976.00%",
+        "gt33": "2561.00%",
+        "grados_acumulados": "2519.00%",
+        "amplitud_termica": "1830.00%",
+        "precip_acumulada": "1124.00%"
+      },
+      {
+        "station": {
+          "name": "excepteur",
+          "code": "026ec4a5-9b8e-4f20-80d3-564883f4ac44"
+        },
+        "from": "2018-11-13T06:23:37 +03:00",
+        "to": "2018-07-27T11:27:09 +03:00",
+        "gt10": "1525.00%",
+        "gt30": "3794.00%",
+        "gt33": "1143.00%",
+        "grados_acumulados": "3949.00%",
+        "amplitud_termica": "1530.00%",
+        "precip_acumulada": "3544.00%"
+      },
+      {
+        "station": {
+          "name": "id",
+          "code": "64a361a2-9531-41f6-b58d-771df3c71bd8"
+        },
+        "from": "2014-05-08T02:06:52 +03:00",
+        "to": "2015-05-23T10:38:48 +03:00",
+        "gt10": "1818.00%",
+        "gt30": "2814.00%",
+        "gt33": "1232.00%",
+        "grados_acumulados": "1383.00%",
+        "amplitud_termica": "3313.00%",
+        "precip_acumulada": "1347.00%"
+      },
+      {
+        "station": {
+          "name": "aliqua",
+          "code": "e01aa408-3bb2-4d4f-bb3b-5ccdfee1820d"
+        },
+        "from": "2021-05-27T04:20:30 +03:00",
+        "to": "2018-03-22T09:59:53 +03:00",
+        "gt10": "3790.00%",
+        "gt30": "2166.00%",
+        "gt33": "2740.00%",
+        "grados_acumulados": "1322.00%",
+        "amplitud_termica": "1011.00%",
+        "precip_acumulada": "3446.00%"
+      }
+    ]
+  `,
+};