v0.8.0
μ κ· κΈ°λ₯ β¨
- Project μ pdfUrl μΆκ°
type Project {
pdfUrl: String
# ...
}
- ProjectPreview μ difficulty μΆκ°
type ProjectPreview {
difficulty: Int
# ...
}
- getHomeCoalition μ winCountPerCoalition μΆκ°
query {
getHomeCoalition {
winCountPerCoalition: IntPerCoalitionDateRanged!
}
}
- λͺ¨λ LeaderboardElement λ₯Ό λ°ννλ Query μ promoList μΆκ°
type Promo {
promo: Int!
beginAt: DateTime!
userCount: Int!
}
query {
getLeaderboardSomething {
promoList: [Promo!]!
}
- λͺ¨λ LeaderboardElement λ₯Ό λ°ννλ Query μ promo μΈμ μΆκ°
type GetLeaderboardElementArgs {
promo: Int
# ...
}
query {
getLeaderboardSomething {
byDateTemplate (promo: 1) {
# ...
}
}
}
- getLeaderboardComment μΆκ°
query {
getLeaderboardComment {
promoList: [Promo!]!
byDateTemplate: LeaderboardElementDateRanged!
}
}
κΈ°μ‘΄ api λ³κ²½ μ¬ν β»οΈ
- getHomeTeam μ teamCloseRecords μ λ°ν κ°μμ exam μ μ μΈ
λ²κ·Έ μμ π
- 42 μμΈ νμμ΄ μλλ©΄ λ‘κ·ΈμΈμ ν μ μλ λ¬Έμ μμ
- Internship λ± νκ°μλ₯Ό νΉμ ν μ μλ κ²½μ° μκΈ°λ λ¬Έμ μμ
- getPersonalEval μ destinyUserRanking μμ νκ°μμ νμ μ¬μ΄μ μ μ μ§κ³κ° μ λλ‘ μ΄λ£¨μ΄μ§μ§ μλ λ¬Έμ μμ
- getHomeCoalition μ scoreRecordsPerCoalition μμ νλν μ½μ리μ μ μκ° μλ κ²½μ° ν΄λΉ μμ λν κΈ°λ‘μ΄ λ°νλμ§ μλ λ¬Έμ μμ
μ§μ μ€λ¨ ποΈ
μμ π₯
μΈλΆ λ³κ²½ μ¬ν π
- fix π dayone by @jpham005 in #301
- build: ποΈ prod λͺ¨λ λΆλ¦¬ by @niamu01 in #303
- build: β»οΈ github action μμ by @niamu01 in #304
- Hotfix π config by @jpham005 in #345
Full Changelog: v0.7.0...v0.8.0