[210825] 업무일지

이승연·2021년 8월 25일
0

업무일지들

목록 보기
28/49
post-thumbnail

What I did today:

오퍼레이션

  • 상담사 카톡 발신 로직 수정
  • 이벤트: 어드민에 새로 추가된 필드 넣어주기 (d4a4e6b)

어드민 페이지 작업

  • 처음부터 릴리프톡 부분 쭉 훑기 (다음 두개에 유의)
    • retrieve main page data for talks (4fa9c3c)
    • reflect user submit date in user detail page (6f9f032)

What I need to do next:

어드민 페이지 작업 (내일)

  • 유저 회원 - 이용내역 (matchinghistory)
  • 알림톡 수동전송
  • 상담사 변경

서비스 작업 (내일)

  • 릴리프콜 일정조율 부분
  • 상담사 매칭:
    • 미리 골라놓은 상담사를 어디에 저장해 놓으면 좋을까 ^^ temp_counselor 필드를 만들어두어야할까? 이렇게 하지 말고 미리 골라놓은 상담사는 저장하되 상태값을 0으로 두자. 그럼 필터링 할때 자기 이름 있으면서 status가 1/2인 애만 찾으면 되니까.
    • 그리고 matchtime은... 언제로 해야할까.

to remember

  • 스테이징에 data 좀 붓기ㅠㅜ
  • 톡 용량 알아내서 데이터베이스에 저장

스테이징 환경 싱크

  • 기억할 것:
    • 스테이징 데이터베이스 아키텍쳐 싱크 맞춰놓기
    • 스테이징 데이터베이스 데이터 싱크 맞춰놓기
    • aws_utils 바꾸기
    • setting_secrets

What I learned:

터미널

  • alias: 내가 만든 alias가 저장이 안됐다. .zshrc에 직접 저장해주니 되었다! 이유는 다음과 같다:

    When bash is invoked as an interactive non-login shell, it reads .bashrc but not .bash_profile. When bash is it is invoked as an interactive login shell, it reads .bash_profile but not .bashrc.

    Terminal and iTerm open new shells as login shells by default, so many OS X users just use .bash_profile as their personal configuration file. For example tmux and the shell mode in Emacs open new shells as non-login shells though.

    출처: https://apple.stackexchange.com/questions/99688/how-to-persistently-define-aliases-in-terminal

0개의 댓글