## 概要 [Task1932: タイピスト割り当て変更API実装](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/1932) - タイピスト割り当て変更APIを実装 - テスト実装 ## レビューポイント - IFのバリデーションを実装したがチェック内容はこれでよさそうか - DBのデータ取得・更新処理は問題ないか - DBへアクセスする回数は問題ない程度か - パスパラメータのバリデーションは問題ないか ## UIの変更 - Before/Afterのスクショなど - スクショ置き場 ## 動作確認状況 - ローカルで確認(swaggerUI,Postman) ## 補足 - 別途sqliteを用いたテストを実装する予定
24 lines
654 B
JSON
24 lines
654 B
JSON
{
|
|
"terminal.integrated.shell.linux": "/bin/bash",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"eslint.format.enable": false,
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnType": true,
|
|
"editor.renderWhitespace": "all",
|
|
"editor.insertSpaces": false,
|
|
"editor.renderLineHighlight": "all",
|
|
"prettier.prettierPath": "./node_modules/prettier",
|
|
"typescript.preferences.importModuleSpecifier": "relative"
|
|
|
|
} |