-
Notifications
You must be signed in to change notification settings - Fork 72
5월 모바일 블로그 포스팅 #286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5월 모바일 블로그 포스팅 #286
Conversation
230526 한진형 블로그 글 업로드
hfjxjjd123
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
내용 자체가 좋아서 오타 수정만 하면 될 것 같아요
작성한 코드들을 주석과 함께 올려주신 것도 좋았고,
프로젝트 과정에서 고민한 흔적을 같이 올려주셔서 재밌게 볼 수 있었습니다 👍🏻
_posts/2023-05-26-Arcgis_map.md
Outdated
| } | ||
| ``` | ||
|
|
||
| 최종적으로 링크들의 총 거리와, 경로 리스트들이 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
글이 끊긴 것 같아요
_posts/2023-05-26-Arcgis_map.md
Outdated
| 자세히 보신분은 아시겠지만, 사실상 BFS알고리즘과 다를바가 없습니다. | ||
| 추후 가중치 or 우선순위가 있는 구현을 위해서, 먼저 다음과 같이 구현하였습니다. | ||
|
|
||
| ### 4. 출발, 도착 건물 번호를 입력하면 그 경로 사에 경로 노드 리스트 및 전체 거리 리턴하는 함수 구현 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"경로 사" 쪽에 단어가 누락된 것 같아요
_posts/2023-05-26-Arcgis_map.md
Outdated
| <img src="../assets/images/post-Arcgis-map/uos_arcgis.png" height="400"/> | ||
|
|
||
| Arcgis를 통해 교내의 노드들을 먼저 만듭니다. | ||
| 노드는 갈림길, 건물 통로, 꺾이는 길을 모두 이어절 수 있는 중간 기지 역할을 합니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"이어절"이 오타가 아닌가 싶습니다
_posts/2023-05-26-Arcgis_map.md
Outdated
| 어플 제작 배경은 다음과 같습니다. | ||
| 기존 시간표 어플에서 위치 정보를 고려하지 못하며, 흩어져있는 학사 관련 정보들을 직접 찾아서 확인해야합니다. | ||
|
|
||
| 이때 저희는 위치 정보를 고려한 시간표 계획과 캠퍼스 포트폴리오 관리를 동시에 할 수 있는 종합 학사관리 어플을 만들게 되었습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
필요 없는 공백이 보입니다 !
_posts/2023-05-26-Arcgis_map.md
Outdated
| 현재는 시간표 기능만 지원하고있지만, 팀원과들의 협의를 통해 다양한 기능 추가 고려 중에 있습니다. | ||
|
|
||
| ## 구현 중 문제 발생 | ||
|
|
||
| 문제 내용: Flutter 환경에서 지원하는 도보 경로 api가 없음 | ||
|
|
||
| 건물간 유저의 경로와 소요시간을 구하기 위해 꼭 필요한 내용인데 api로 구현할 수 없음을 확인했습니다. 그래서 다양한 방법을 고려하다가 직접 구현하기로 결정하였습니다 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
지원하고있지만 -> 지원하고 있지만
결정하였습니다 -> 결정하였습니다.
와 같이 어법 수정 부탁드립니다 ! 전체적으로 맞춤법 검사기 돌려보시는 것도 추천드려요 ㅎㅎ
| 자세히 보신분은 아시겠지만, 사실상 BFS알고리즘과 다를바가 없습니다. | ||
| 추후 가중치 or 우선순위가 있는 구현을 위해서, 먼저 다음과 같이 구현하였습니다. | ||
|
|
||
| ### 4. 출발, 도착 건물 번호를 입력하면 그 경로 사이에 경로 노드 리스트 및 전체 거리 리턴하는 함수 구현 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Nit] 리턴보다는 반환이라고 표현하는 게 좀 더 가독성이 좋아보입니다 !
_posts/2023-05-26-Arcgis_map.md
Outdated
| ### 6. 두 건물 사이의 경로를 네이버 지도 api를 활용하여 표시하기 | ||
|
|
||
| 이렇게 넘어온 DB를 바탕으로 네이버 지도 위에 경로를 그려줍니다. | ||
| 이때 출,도착점의 중간 지점을 지도의 초기 위치로 두었습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
출발/도착점이라고 표현하는 것 어떨까요?
_posts/2023-05-26-Arcgis_map.md
Outdated
| //... | ||
| ``` | ||
|
|
||
| 이 코드로 네이버 지도에 출,도착 마커 및 경로를 추가하였습니다 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
위 comment와 동일합니다 !
_posts/2023-05-26-Arcgis_map.md
Outdated
| 물론 교내에서는 이상없이 모두 작동이 잘됩니다. | ||
|
|
||
| 현재 노드, 링크의 수가 많지 않아 지역을 커버하는 해상도가 낮은 편입니다. | ||
| (쉽게 말해, 전농관 옆 횡단보도에서 미래관 횡단보도 앞까지 1개의 노드로 구성이 되어있습니다) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Nit] 괄호를 제거해도 되지 않을까 싶습니다 !
iju1633
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코드에 친절한 주석 덕분에 이해가 더 쉬웠습니다. 앱 개발기를 간략하게 설명해주셔서 감사합니다 !
|
피드백 사항 완료하여, 다시 커밋했습니다! |
230526 한진형 블로그 글 업로드