Skip to content
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

Feature/backend #211

Merged
merged 43 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
ec635da
Modify: CI/CD 수정
sw0501 Nov 27, 2023
87cc3f1
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Nov 27, 2023
f84422a
Feat: navigation API 개발 완료
sw0501 Nov 28, 2023
2b37692
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Nov 28, 2023
9d50d5a
Modify: navigation API 수정
sw0501 Nov 28, 2023
40501ae
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Nov 28, 2023
2a6c785
Fix: navigation API 예외처리
sw0501 Nov 28, 2023
ee06669
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 4, 2023
fe34373
Feat: CORS http 포트 추가
sw0501 Dec 4, 2023
a58b084
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 4, 2023
d707c86
Modify: CORS 옵션 수정
sw0501 Dec 4, 2023
b5f7c2c
Modify: CORS 옵션 수정
sw0501 Dec 4, 2023
41c233b
Mdofiy: CORS 옵션 수정
sw0501 Dec 4, 2023
4fdca14
Feat: https 서버 업데이트
sw0501 Dec 4, 2023
89486ad
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 4, 2023
bbfd774
HTTPS 적용
sw0501 Dec 4, 2023
3c19e71
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 4, 2023
3aa3d2b
Feat: COSR 옵션 https 추가
sw0501 Dec 4, 2023
ed197df
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 4, 2023
e9fe077
Feat: 없는 지하철역 예외처리
sw0501 Dec 6, 2023
ffd05f3
Feat: 없는 지하철역 예외처리
sw0501 Dec 6, 2023
ba5b19f
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 6, 2023
920ead0
Modify: 예외처리 진행
sw0501 Dec 6, 2023
81957c8
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 6, 2023
f20b0f1
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 6, 2023
42bdd85
Modify: https 서버 수정
sw0501 Dec 6, 2023
41633d1
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 6, 2023
05f3820
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 6, 2023
0f10894
Feat: 길찾기 기능 가중치 추가
sw0501 Dec 6, 2023
4d2078a
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 6, 2023
51ecb09
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 7, 2023
b151848
Feat: 길찾기 필요 정보 추가, 인터페이스 수정
sw0501 Dec 7, 2023
340d40c
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 7, 2023
4cf005b
Feat: CI/CD 수정
sw0501 Dec 7, 2023
d6480bf
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 7, 2023
7d99181
Modify: 교통약자 도우미번호 추가
sw0501 Dec 7, 2023
0d0d9ab
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 7, 2023
fa86c49
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 11, 2023
9674b1e
Feat: 지하철 이름 검색 시 주소 같이 제공
sw0501 Dec 11, 2023
79214b0
Feat: 지하철 이름 검색 시 주소 같이 제공
sw0501 Dec 11, 2023
54aec21
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 11, 2023
1e41b37
Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…
sw0501 Dec 11, 2023
86df37d
Modify: 지하철 역 좌표 제공 기능 수정
sw0501 Dec 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BackendJS/BackendTS/routes/subwaydata.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function getSubwayStationName(stNm, callback) {
console.log(err);
}
for (let i = 0; i < results.length; i++) {
const tm = yield getGPS(results[0].STIN_NM, results[0].STIN_CD, results[0].LN_CD, results[0].RAIL_OPR_ISTT_CD);
const tm = yield getGPS(results[i].STIN_NM, results[i].STIN_CD, results[i].LN_CD, results[i].RAIL_OPR_ISTT_CD);
nameList.push({
railCd: results[i].RAIL_OPR_ISTT_CD,
lnCd: results[i].LN_CD,
Expand Down
2 changes: 1 addition & 1 deletion BackendTS/routes/subwaydata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function getSubwayStationName(stNm:string, callback:(nameList:Array<SubwayStatio

for (let i = 0; i < results.length; i++) {

const tm:any = await getGPS(results[0].STIN_NM,results[0].STIN_CD,results[0].LN_CD,results[0].RAIL_OPR_ISTT_CD);
const tm:any = await getGPS(results[i].STIN_NM,results[i].STIN_CD,results[i].LN_CD,results[i].RAIL_OPR_ISTT_CD);

nameList.push({
railCd: results[i].RAIL_OPR_ISTT_CD,
Expand Down