- Remove Fake data as it is no longer required for testing.

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-07-15 13:47:05 -04:00
parent 668366e886
commit ea55b1a797
4 changed files with 0 additions and 158248 deletions

View File

@@ -1,5 +1,4 @@
import { groupBy } from "lodash";
import fakeData from "./testData/board1200.json";
const sortByParentId = (arr) => {
// return arr.reduce((accumulator, currentValue) => {
@@ -39,10 +38,6 @@ const sortByParentId = (arr) => {
return sortedList;
};
export const createFakeBoardData = () => {
return fakeData;
};
export const createBoardData = (AllStatuses, Jobs, filter) => {
const { search, employeeId } = filter;
const lanes = AllStatuses.map((s) => {