Skip to content

Commit

Permalink
app 심사 등록, 연말정산 처리할 거 남겨둠
Browse files Browse the repository at this point in the history
  • Loading branch information
deptno committed Jan 23, 2024
1 parent fba03ed commit a5f57dd
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 2 deletions.
7 changes: 6 additions & 1 deletion dev-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@
## web
- 이미지 수정
+ https://www.photopea.com
- app screenshot

## [[app]] 개발 스크린샷
- [[apple]] [[android]] app screenshot
+ https://theapplaunchpad.com
+ https://medium.com/augeo/5-best-screenshot-makers-for-google-play-2021-paid-free-cb17439e4758
+ https://studio.app-mockup.com
- figma export svg -> [[sharp]] 등을 통한 이미지 변환 로직

## link
- [[asset]]
3 changes: 2 additions & 1 deletion diary/2024-01-22.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- [ ] 책 구매
- [X] 책 구매
- GPT-4를 활용한 인공지능 앱 개발
+ https://www.yes24.com/Product/Goods/124201115
- 미드저니 프롬프트 마스터 가이드
Expand All @@ -10,3 +10,4 @@
- [ ] 홈택스, 부양가족 동의 신청
- [ ] 자동차 연말머시기왔었는데 확인 필요
- [ ] 개인정보처리방침 생성
- [X] 코드 푸시 전략 -> 초기 HOC 이후 notifyAppReady 를 해야지 정상으로 인식, rollback 방지
20 changes: 20 additions & 0 deletions diary/2024-01-23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- [ ] [[../home|home]] 보일러 건전지 교체
- [X] [[../dev-tools|dev-tools]] app 스크린샷 생성
- https://gist.github.com/deptno/2dd469f719a3fb65b7f25f9bf6ba2bfd
- [X] [[../apple|apple]] appstore 심사 제출
- [X] 구글 OAuth 동의 화면 확인 제출

- [[../android|android]] production 로그인 실패
```sh
[auth][error] InvalidCheck: PKCE code_verifier cookie was missing. .Read more at https://errors.authjs.dev#invalidcheck
```
- [X] https://console.cloud.google.com.com 에서 android sha1 인증이 프로덕션으로 필요해서 그런것으로 확인
- sha1 은 oauth 2.0 클라이언트 하나당 하나의 sha1 만 등록이 가능 인증서가 다른경우 추가로 생성 필요
- [ ] 로그인과 별개로 [[../firebase|firebase]] api 사용([[../fcm|fcm]] 등)을 위해서는 firebase 앱쪽에서도 sha1, sha256 등록이 필요
+ https://console.firebase.google.com
- firebase 앱 하나에 여러 인증서의 sha 를 등록 가능


- 시크릿 백업
- 로그인 후 백키누르면 다시 로그인화면
- 버튼으로 이메일 로그인 누르는 경우 키보드 닫을 것
7 changes: 7 additions & 0 deletions diary/2024-12-20.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
- [ ] TODO: kubeadm certs check-expiration [[2023-12-30]]
- [.] 연말정산
- [[2024-01-21]]
- [X] 홈텍스 간소화자료
- [ ] 부양가족
- [ ] 주민등록등본 혹은 가족관계증명서 필요
- [ ] 홈택스, 부양가족 동의 신청
- [ ] 자동차 연말머시기왔었는데 확인 필요
2 changes: 2 additions & 0 deletions diary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- [[2024-12-20]]

=== January ===
- [[2024-01-24]]
- [[2024-01-23]]
- [[2024-01-22]]
- [[2024-01-21]]
- [[2024-01-20]]
Expand Down
5 changes: 5 additions & 0 deletions home.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ flowchart TD
|------------|------|
| 2023-12-21 | 1457 |

### 건전지 교체
| 날짜 |
|------------|
| 2023-01-23 |

## link
- [[smarthome]]
- [[me]]

0 comments on commit a5f57dd

Please sign in to comment.