From dfbf53a386861f9776cb0e2f2fa1431820f4347b Mon Sep 17 00:00:00 2001 From: Martin Maul Date: Thu, 4 Jul 2024 10:43:47 +0200 Subject: [PATCH] chore(docs): xxx added authors and todo technical debt --- AUTHORS.md | 7 +++++++ .../parts-mock/partsAsBuilt/partsAsBuilt.handler.ts | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index a122873032..b5e5fb87d3 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -23,3 +23,10 @@ The following people have contributed to this repository: - Abilash Shanmugavel, doubleSlash Net-Business GmbH, https://github.com/abi231002 - Sebastian Ceronik, doubleSlash Net-Business GmbH, https://github.com/ds-ext-sceronik - Christian Rehm, doubleSlash Net-Business GmbH, https://github.com/ds-crehm +- Philipp Weick, doubleSlash Net-Business GmbH, https://github.com/ds-pweick +- Alexander Bulgakov, doubleSlash Net-Business GmbH, https://github.com/ds-alexander-bulgakov +- Janice Leyh, doubleSlash Net-Business GmbH, https://github.com/ds-jleyh +- Jaro Hartmann, doubleSlash Net-Business GmbH, https://github.com/ds-jhartmann +- Jan Kreutzfeld, doubleSlash Net-Business GmbH, https://github.com/ds-jkreutzfeld +- Johannes Zahn, BMW AG, https://github.com/jzbmw +- Gábor Almádi, T-Systems International GmbH, https://github.com/almadigabor diff --git a/frontend/src/app/mocks/services/parts-mock/partsAsBuilt/partsAsBuilt.handler.ts b/frontend/src/app/mocks/services/parts-mock/partsAsBuilt/partsAsBuilt.handler.ts index 15c4cd8f59..3d89310183 100644 --- a/frontend/src/app/mocks/services/parts-mock/partsAsBuilt/partsAsBuilt.handler.ts +++ b/frontend/src/app/mocks/services/parts-mock/partsAsBuilt/partsAsBuilt.handler.ts @@ -25,6 +25,10 @@ import { applyPagination, extractPagination } from '../../pagination.helper'; import { getAssetById, mockBmwAssets } from './partsAsBuilt.model'; import { mockAssetList, mockAssets } from './partsAsBuilt.test.model'; +/** + * TODO: Merge other parts into this handler, because other parts handler has the same request path + * -> might be the cause of the errors in unit tests + */ export const partsAsBuiltHandlers = [