dev-sian / meetings

잡다구리
0 stars 0 forks source link

Backlog #6

Open ParkSunJin opened 2 years ago

ParkSunJin commented 2 years ago

spring security

ParkSunJin commented 2 years ago

post create, update, delete api 만들때 또 프론트에서는 객체 넘기면 서버에서는 postType으로 나눠서 한 메소드에서 처리를 하는게 맞는건지?

ParkSunJin commented 2 years ago

GeneralPost dto에서는 writer을 User 타입으로 가지고 있는게 맞는지, UserReadDto로 가지고 있는게 맞는지..? 프론트에서는 writer의 정보를 어디까지 보내는건지..?

ParkSunJin commented 2 years ago

postApiBo에서 postbo로 넘길때, posts를 넘기는게 나은지, 아님 boardId를 넘기는게 나은지?

ParkSunJin commented 2 years ago
  1. postModelConverter를 하나 두고, PostReadDTO를 받아와서 reviewInfo는 new ReviewInfoReadDTO(파라미터에 와랄라 넣기)

  2. 애초에 modelConverter를 게시판 종류마다 만들기

ParkSunJin commented 2 years ago

No serializer found for class GeneralPostReadDTO and no properties discovered to create BeanSerializer 이런 에러가 났는데 https://ksl2950.tistory.com/55 이거 보고 해결함..당최 뭔지 찾아보기..

ParkSunJin commented 2 years ago

reviewPost create 할때 reviewInfo insert 하기 위해서 postId 넣어야 되는데 이걸 어케 구하지???

ParkSunJin commented 2 years ago

review post create 할때 리퀘스트 바디에 createDTO 받는데 reviewInfo는 어케받지..?