Front -> BFF(Backend For Front) -> 실제 API #660
airman5573
started this conversation in
Today I Learned
Replies: 1 comment
-
|
아니면 ai agent planmode로 한 번 요구사항들을 정리해도 좋더라구요 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ERP 서버의 API가 너무 혼란스러워서
프론트에서 바로 API를 사용하지 않고 중간에 BFF 서버를 두기로 했다.
문제는 내가 원하는 API Model이랑 실제 ERP가 지원하는 모델이랑 매핑을 해야하는데 머리가 아팠다.
어찌저찌 해결이 되가고 있는데, 지금 떠오른 생각은
"우선 테스트 코드를 먼저 작성할걸.."
이다. 다시말해서
내가 뭘 원하는지 테스트코드로 분명히 목표를 잡고 갔으면
더 일이 수월해졌을것 같다.
나도 매핑하면서 혼선이 적었을 것이다.
Beta Was this translation helpful? Give feedback.
All reactions