You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/board/:menuId/:boardId/comment 여기서 /board/:boardType(또는 menuType)/:boardId/comment 로 바꾸려고 했는데 (현재는 우선 menuId로 사용하는 상태)
boardType이 게시판 종류별로 분산되어있고, menuType에서는 menuType을 통해 menuId를 반환할 수 있는 생성자가 없습니다.
또한 두 코드가 중복되고 있어서, menuType과 boardType을 통합할 수 있는 방안을 생각해 봐야할 것 같습니다.
우선 /board/:menuId/:boardId/comment 여기서 /board/:boardType(또는 menuType)/:boardId/comment로 바꾸는건 설계 논의 하고 수정사항 반영 될 때까지 /board/:menuId/:boardId/comment로 구현하기로 했습니다.
The text was updated successfully, but these errors were encountered:
/board/:menuId/:boardId/comment 여기서 /board/:boardType(또는 menuType)/:boardId/comment 로 바꾸려고 했는데 (현재는 우선 menuId로 사용하는 상태)
boardType이 게시판 종류별로 분산되어있고, menuType에서는 menuType을 통해 menuId를 반환할 수 있는 생성자가 없습니다.
또한 두 코드가 중복되고 있어서, menuType과 boardType을 통합할 수 있는 방안을 생각해 봐야할 것 같습니다.
우선 /board/:menuId/:boardId/comment 여기서 /board/:boardType(또는 menuType)/:boardId/comment로 바꾸는건 설계 논의 하고 수정사항 반영 될 때까지 /board/:menuId/:boardId/comment로 구현하기로 했습니다.
The text was updated successfully, but these errors were encountered: