refac: 변경한 DTO에 따라 코드 수정

- Spatie/DataTransferObject 대비
  - MapFrom,MapTo -> RawName
  - Strict -> 항상
     - 심지어 raw type도 더 까다롭게
  - array에 MapConverter 적용
  - NullIsUndefined 적용
  - 빈 nullable arg자리에 null 강제 지정
- Vue3에 v-model.number 지정
  - input type="number" 기준
This commit is contained in:
2022-05-22 22:39:28 +09:00
parent 43a5162a15
commit 78a55fb87a
24 changed files with 152 additions and 128 deletions
+3 -1
View File
@@ -72,7 +72,7 @@ class OpenNationBetting extends \sammo\Event\Action
aux: $nationRaw,
);
}
$bettingID = \sammo\Betting::genNextBettingID();
Betting::openBetting(new BettingInfo(
id: $bettingID,
@@ -80,10 +80,12 @@ class OpenNationBetting extends \sammo\Event\Action
name: "{$name} 예상",
finished: false,
selectCnt: $this->nationCnt,
isExclusive: null,
reqInheritancePoint: true,
openYearMonth: $openYearMonth,
closeYearMonth: $closeYearMonth,
candidates: $candidates,
winner: null,
));
$db->insert('event', [