-
안녕하세요. 은영님! 김동일 튜터입니다.
이번에 처음 스프링을 배우고 과제까지 제출하신다고 고생많으셨습니다!
피드백은 저번처럼 [잘한 점], [개선되면 좋을 부분], [고민했거나, 어려웠던 부분] 으로 나눠서 피드백 드리겠습니다.
-
```
export class CreateBoardDto extends PickType(BoardEntity, ['title' ...,] as const) {}
```
이렇게 엔티티로부터 확장된 타입들을 사용해주세요.
코드가 타입을 통해 강하게 연결되는 게 좋다고 생각해요.
_Originally posted by @kakasoo in htt…
nuyeo updated
12 months ago
-
Hi,
At work, we encountered a case where we have contract classes (DTOs) containing another DTOs, being nested objects therefore. It seemed that Flurl doesn't support this currently, while e.g. ASP.N…
-
Create a Bot Dto to receive response from the UCI Apis and handle null exceptions.
-
### What happened?
Allow handlers to conform to DTO. (these also need to be created/generated...)
```php
$query = static::getEloquentQuery();
$model = static::getModel();
$qu…
-
Hi there!
Following DTO given:
```csharp
public interface IFoo { }
public sealed record FooA : IFoo { }
public sealed record FooB : IFoo { }
public sealed record DTO
{
public int Id { …
-
I have a DTO class and I want some specific key to be covert with different name only in instanceToPlain operation
the dto class:
```js
export class CreateEventDto {
@Expose({ toClassOnly: t…
-
### Version
4.26.1
### Description
I found issues with '\Symfony\Component\Validator\Constraints\NotBlank'. When merged fix for this bug https://github.com/nelmio/NelmioApiDocBundle/issues/2222 can…
-
Noting that it works fine in staging, but currently in prod doesn't work for TBB:
I suspect it's a performance issue related to no. of candidates, because it works for SHARP in prod, albeit slowly:…
-
해당 이슈는 Swagger 문서에서 아래와 같은 문제들을 해결하기 위해 생성되었습니다.
1. DTO (Data Transfer Object) 정보가 누락
![스크린샷 2023-10-24 오후 1 51 56](https://github.com/Step3-kakao-tech-campus/Team14_BE/assets/91835827/b…