Feat/table (#105)

* feat/table add react-table
* feat/table add protected table route
* feat/table upgrade dependencies
* feat/table support parsing of new properties

Co-authored-by: DeepSource Bot <bot@deepsource.io>
This commit is contained in:
Carlos Valente
2022-04-09 22:05:56 +02:00
committed by GitHub
parent 8841a02754
commit 67ddcd8c68
146 changed files with 7423 additions and 5780 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ import express from 'express';
import http from 'http';
import cors from 'cors';
import { dbModelv1 as dbModel } from './models/dataModel.js';
import { parseJson_v1 as parseJson, validateFile } from './utils/parser.js';
import { parseJson_v1 as parseJson } from './utils/parser.js';
import { validateFile } from './utils/parserUtils.js';
import ua from 'universal-analytics';
// validate JSON before attempting read