Inventory Infrastructure and Example for Suits #10

Merged
OrdisPrime merged 16 commits from inventory_basic into main 2023-06-03 18:06:22 -07:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2d312a97a3 - Show all commits

View File

@ -1,4 +1,4 @@
AngeloTadeucci commented 2023-06-03 17:37:24 -07:00 (Migrated from github.com)
Review

use non-relative import

use non-relative import
AngeloTadeucci commented 2023-06-03 17:37:24 -07:00 (Migrated from github.com)
Review

use non-relative import

use non-relative import
import { IInventoryDatabase, IInventoryResponse } from "../types/inventoryTypes";
AngeloTadeucci commented 2023-06-03 17:37:24 -07:00 (Migrated from github.com)
Review

use non-relative import

use non-relative import
import { IInventoryDatabase, IInventoryResponse } from "@/src/types/inventoryTypes";
AngeloTadeucci commented 2023-06-03 17:37:24 -07:00 (Migrated from github.com)
Review

use non-relative import

use non-relative import
const toInventoryResponse = (inventoryDatabase: IInventoryDatabase): IInventoryResponse => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars

AngeloTadeucci commented 2023-06-03 17:37:24 -07:00 (Migrated from github.com)
Review

use non-relative import

use non-relative import
AngeloTadeucci commented 2023-06-03 17:37:24 -07:00 (Migrated from github.com)
Review

use non-relative import

use non-relative import

View File

@ -1,4 +1,4 @@
AngeloTadeucci commented 2023-06-03 17:36:57 -07:00 (Migrated from github.com)
Review

use non-relative import

use non-relative import
AngeloTadeucci commented 2023-06-03 17:36:57 -07:00 (Migrated from github.com)
Review

use non-relative import

use non-relative import
OrdisPrime commented 2023-06-03 17:40:44 -07:00 (Migrated from github.com)
Review

done

done
OrdisPrime commented 2023-06-03 17:40:44 -07:00 (Migrated from github.com)
Review

done

done
import { Inventory } from "../models/inventoryModel";
AngeloTadeucci commented 2023-06-03 17:36:57 -07:00 (Migrated from github.com)
Review

use non-relative import

use non-relative import
OrdisPrime commented 2023-06-03 17:40:44 -07:00 (Migrated from github.com)
Review

done

done
import { Inventory } from "@/src/models/inventoryModel";
AngeloTadeucci commented 2023-06-03 17:36:57 -07:00 (Migrated from github.com)
Review

use non-relative import

use non-relative import
OrdisPrime commented 2023-06-03 17:40:44 -07:00 (Migrated from github.com)
Review

done

done
import new_inventory from "@/static/fixed_responses/postTutorialInventory.json";
import config from "@/config.json";
import { Types } from "mongoose";

AngeloTadeucci commented 2023-06-03 17:36:57 -07:00 (Migrated from github.com)
Review

use non-relative import

use non-relative import
AngeloTadeucci commented 2023-06-03 17:36:57 -07:00 (Migrated from github.com)
Review

use non-relative import

use non-relative import
OrdisPrime commented 2023-06-03 17:40:44 -07:00 (Migrated from github.com)
Review

done

done
OrdisPrime commented 2023-06-03 17:40:44 -07:00 (Migrated from github.com)
Review

done

done