Skip to content

v0.7.0

Compare
Choose a tag to compare
@jpham005 jpham005 released this 16 Aug 14:04
· 94 commits to main since this release

μ‹ κ·œ κΈ°λŠ₯ ✨

  • teamInfo 에 createdAt, lastEventTime, μΆ”κ°€ user 정보 제곡
getTeamInfo (id: 1234) {
  ...
  lastEventTime
  createdAt
  users {
    id
    login
    imgUrl
    isLeader
    occurrence
  }
}

κΈ°μ‘΄ api λ³€κ²½ 사항 ♻️

  • getHomeCoalitionScore 의 coalitionScoreRecord κ°€ ν˜„μž¬ 진행 쀑인 λ‹¬μ˜ score λ₯Ό 같이 λ°˜ν™˜ν•˜λ„λ‘ λ²”μœ„ μ‘°μ •
  • getHomeTeam 의 recentExamResult 인자 이름을 after => skip 으둜 λ³€κ²½
getHomeTeam {
  recentExamResult (skip: Int! = 0) {
    ...
  }
}
  • getPersonalGeneral 의 teamInfo μ—μ„œ, 졜근 등둝 / 톡과 ν•œ νŒ€μ— λŒ€ν•œ 정보 전체λ₯Ό μ œκ³΅ν•˜λ„λ‘ λ³€κ²½
getPersonalGeneral {
  lastRegistered: UserTeam
  lastPassed: UserTeam
  teams: [UserTeam!]!
}

버그 μˆ˜μ • πŸ›

  • record λ°˜ν™˜ν•˜λŠ” endpoint μ—μ„œ 빈 κ°’ (0) 이 λ°˜ν™˜λ˜μ§€ μ•Šλ˜ 문제 μˆ˜μ • #275
  • getHomeUser 의 aliveUserCount κ°€ 12 κ°œκ°€ μ•„λ‹Œ 13개의 값을 λ°˜ν™˜ν•˜λ˜ 문제 μˆ˜μ • #288
  • project circle field κ°€ nullable ν•˜μ§€ μ•Šμ•˜λ˜ 문제 μˆ˜μ • #277
  • coalition κ΄€λ ¨ μ΄λ―Έμ§€μ˜ cdn url 이 잘λͺ» λ˜μ–΄μžˆλ˜ 문제 μˆ˜μ • #287
  • getEvalLog μ—μ„œ project λ₯Ό regex κ²€μƒ‰ν•˜μ§€ μ•Šλ˜ 문제 μˆ˜μ • #291

지원 쀑단 πŸ—‘οΈ

첫 μΆœμ‹œλ₯Ό μœ„ν•΄ ν•΄λ‹Ή release μ—μ„œ deprecate 된 것 듀도 λ°”λ‘œ μ‚­μ œν•˜μ˜€μŠ΅λ‹ˆλ‹€.

μ‚­μ œ πŸ”₯

  • findUserPreview
  • findProjectPreview
  • getHomeEval
    • evalCountByDateTemplate
    • averageEvalCountByDateTemplate
  • getHomeUser
    • blackholedCountByDateTemplate
  • getPersonalGeneral
    • logtimeByDateTemplate
  • getSearchResult

μ„ΈλΆ€ λ³€κ²½ 사항 πŸ“

  • fix πŸ› record zero value by @jpham005 in #276
  • feat: ✨ team info 에 user μΆ”κ°€ 정보, finalMark μΆ”κ°€ by @jpham005 in #279
  • feat: ✨ team info μ—μ„œ last event time 을 μΆ”κ°€ by @jpham005 in #283
  • fix: πŸ› project info μ—μ„œ circle 의 gql schema κ°€ nullable ν•˜μ§€ μ•Šλ˜ 문제 μˆ˜μ • by @jpham005 in #284
  • refactor: ♻️ coalition score record κ°€ 이번 달 점수λ₯Ό ν¬ν•¨ν•΄μ„œ λ°˜ν™˜ν•˜λ„λ‘ λ³€κ²½ by @jpham005 in #285
  • fix: πŸ› coalition cdn url 에 μ˜€νƒ€κ°€ 있던 문제 μˆ˜μ • by @jpham005 in #287
  • refactor: ♻️ search module => page/spotlight, lib/regexFind 둜 뢄리, user 검색 μ‹œ μ†Œλ¬Έμž μžλ™λ³€ν™˜ μΆ”κ°€ by @jpham005 in #292
  • style: 🎨 recentExamResult 의 인자 이름을 after => skip 으둜 λ³€κ²½ by @jpham005 in #294
  • chore πŸš€ v0.7.0 by @jpham005 in #297

Full Changelog: v0.6.0...v0.7.0