Bug #301
closed[APP] 실시간 위치 조회
Description
현재 실시간으로 위치 조회가 되지 않고 있습니다.(기존에는 정상적으로 동작)
FAKE GPS를 사용하지 않고 실제 위치를 사용했을 때 이동을 하더라도 현재 위치가 업데이트되지 않습니다.
출발 또는 도착역 선택 화면에 진입했을 때에만 조회가 되는 것 같습니다.
Files
Updated by Deca Park about 1 year ago
- Assignee changed from Deca Park to Toby Pham
[APP] /departure, /arrival
1.Map
1) Check current location in real time
- apply 1 second cycle
- move map center too
2) point station list
- display point_station_list once
2.when point station is selected (refer to app-map-station-select.jpg)
1) call New API to show station info and distance from user current location
a) API: GET /api/point_station_select (spec : #32 - 20240104)
- same with point_station_list but get one station info
2) if distance is within basis meter, enable 출발(depart)/도착(arrive) button like as current
if not, disable 출발(depart)/도착(arrive) button
Updated by Deca Park about 1 year ago
- Assignee changed from Toby Pham to bryant bryant
Updated by Jisoo Choi about 1 year ago
1. 출발-도착역 화면
- 현재 위치 : 1초마다 조회
- 철도역 정보 : 고정 (n초마다 불러오지 않고, 고정된 값으로 표출)
2. 스토리 오더 가까운 역 선택 화면
- 현재 위치 : 30초마다 조회
*또는 새로고침 버튼을 통해 수동 업데이트
- 가까운 역 리스트 : 30초마다 조회
*또는 현재 위치가 바뀔 때마다 함께 업데이트
Updated by Deca Park about 1 year ago
Updated by bryant bryant about 1 year ago
- Status changed from New to Resolved
- Assignee changed from bryant bryant to Deca Park
Updated by Deca Park about 1 year ago
- Assignee changed from Deca Park to Jisoo Choi
Updated by Jisoo Choi about 1 year ago
- Assignee changed from Jisoo Choi to Deca Park
- Priority changed from Normal to High
[APP] /departure, /arrival
1. 앱 최초 설치 시 : 이동하더라도 바로 이동이 표시되지 않고 고정 화면(서울역)이 보임 (if App is installed on first time : Even if you move, the movement is not displayed immediately and a fixed location (서울역) is displayed.)
*FAKE GPS를 통한 이동, 도보 이동 모두 포함
2. 최초 설치 후 한 번 종료 후 재실행 : 이동이 바로 표시됨 (if App is restarted after install & close : if you move, the movement is displayed immediately.)
*FAKE GPS를 통한 이동, 도보 이동 모두 포함
앱 최초 설치 후 한 번 종료하지 않으면 이동이 반영되지 않는 문제가 있습니다.
이전 앱 개발 시에도 앱 최초 설치 후 지도 화면에 들어가면 빈 화면(흰 화면)이 뜨는 오류가 있었는데, 동일한 오류로 판단됩니다.
현재 운영 앱에도 동일한 오류가 있습니다. 강제 종료 후 재실행하면 위치 조회가 가능합니다. (Currently, the operating app also has the same error. If you force quit and then relaunch after install, can check the location.)
Updated by Deca Park about 1 year ago
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to bryant bryant
Updated by Deca Park about 1 year ago
- Status changed from Feedback to Resolved
- Assignee changed from bryant bryant to Jisoo Choi