Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): xxx added authors and todo technical debt #1159

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [


Expand Down
Loading