-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace submit
subcommand with sync
#41
Conversation
WIP. TODO: resolve failing tests ``` DenoKvLeaderboardClient ... getLatestSeason => ./lib/leaderboard/denokv/denokv_leaderboard_client_test.ts:67:11 DenoKvLeaderboardClient ... listSeasons => ./lib/leaderboard/denokv/denokv_leaderboard_client_test.ts:73:11 DenoKvLeaderboardClient ... getSeason => ./lib/leaderboard/denokv/denokv_leaderboard_client_test.ts:79:11 ```
Fix test steps `getLatestSeason`, `listSeasons , and `getSeason`.
Prev commit SHA: `80aee9e5aeff07b59e186a2d91b901ac6246993e`.
Resolves <#41 (comment)>.
commit 0ac9cbe Author: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sun Oct 15 20:23:40 2023 -0700 Update HANDBOOK.md Resolves <#41 (comment)>. commit 1ae4439 Author: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sun Oct 15 20:08:04 2023 -0700 Update instructions sent in daily webhook embed Resolves <#41 (comment)>. commit 2abcf63 Author: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sun Oct 15 19:58:38 2023 -0700 sync: Overwrite to empty season for new seasons Resolves <#41 (comment)>. commit 1b1890f Author: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sun Oct 15 19:31:40 2023 -0700 Add `synced_at` property to `api.Season` Resolves #44, <#41 (comment)>. commit bf70308 Author: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sun Oct 15 19:14:55 2023 -0700 Change `sync` subcommand response to embeds Resolves <#41 (comment)>.
commit 10bf85a Author: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sun Oct 15 22:29:46 2023 -0700 `updateLatestSeason`: forceful kv set op commit 9896822 Author: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sun Oct 15 21:53:46 2023 -0700 refactor `executeDailyWebhook` logic commit 0ac9cbe Author: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sun Oct 15 20:23:40 2023 -0700 Update HANDBOOK.md Resolves <#41 (comment)>. commit 1ae4439 Author: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sun Oct 15 20:08:04 2023 -0700 Update instructions sent in daily webhook embed Resolves <#41 (comment)>. commit 2abcf63 Author: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sun Oct 15 19:58:38 2023 -0700 sync: Overwrite to empty season for new seasons Resolves <#41 (comment)>. commit 1b1890f Author: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sun Oct 15 19:31:40 2023 -0700 Add `synced_at` property to `api.Season` Resolves #44, <#41 (comment)>. commit bf70308 Author: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sun Oct 15 19:14:55 2023 -0700 Change `sync` subcommand response to embeds Resolves <#41 (comment)>.
QA Testing and Development of LC-Dailies Bot (October 14th-15th, 2023)Background: October 14th:
October 15th:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! ʕ•̫͡•ʕ•̫͡•ʔ•̫͡•ʔ•̫͡•ʕ•̫͡•ʔ•̫͡•ʕ•̫͡•ʕ•̫͡•ʔ•̫͡•ʔ
Resolves #34.