hamonikr / hamonikr-activitywatch

Time tracking for App Usage
Mozilla Public License 2.0
1 stars 0 forks source link

네이버 웨일에서 URL 추적을 위한 확장기능 추가 후 리포트 안보임 #2

Closed chaeya closed 3 years ago

chaeya commented 3 years ago

크롬용 확장기능을 설치하고 url 추적 기능을 활성화 한 후 보고서가 보이지 않음 하지만 실제 데이터는 aw-watcher-web-whale 라는 버킷ID로 저장되어 있음

chaeya commented 3 years ago

aw-server/aw-webui/src/queries.ts 파일에 브라우저를 추가 (line 156)

  whale: [
    'naver-whale-stable', 
    'naver-whale',
    'Whale',    
    'whale',
    'Naver-Whale',    
    'whale.exe'
  ],
chaeya commented 3 years ago

기본 설정값을 변경하고 싶은 경우는 아래 파일을 수정 aw-server/aw-webui/src/util/classes.ts

ex)

  {
    name: ['Work'],
    rule: { type: 'regex', regex: 'Google Docs|libreoffice|ReText|hwp|한글|hcl|한셀|한쇼|한워드' },
    data: { color: '#0F0' },
  },
chaeya commented 3 years ago

Solved https://github.com/hamonikr/hamonikr-activitywatch/commit/2ef950118add59c2eae3b548d535c66ec24b7f4a