issues
search
jseop-lim
/
anam-earth-be-fastapi
Refactor anam-earth backend
0
stars
0
forks
source link
[지도관리자] 간선 부분 수정 유스케이스, API 제작
#47
Closed
jseop-lim
closed
10 months ago
jseop-lim
commented
10 months ago
Description
지도관리자 도메인의 간선 부분 수정 유스케이스를 제작합니다.
지도관리자 도메인의 간선 부분 수정 API를 제작합니다.
Changes
Domain
Node 엔티티에 update_edge() 메서드를 추가합니다. (+ 테스트 작성)
Node.update_edge()에서 호출하는 Edge 엔티티의 update_vertical_distance(), update_horizontal_distance(), update_is_stair(), update_is_step(), update_quality() 메서드를 추가합니다. (+ 테스트 작성)
Application
PartialUpdateEdgeInputData 정의
PartialUpdateEdgeInputBoundary, PartialUpdateEdgeUseCase 정의 (+ 테스트 작성)
Presentation
partial_update_edge() path function 정의 (
PATCH edges
)
Issues and References
Description
Changes
Domain
Application
Presentation
PATCH edges
)Issues and References