Skip to content

Commit c34ca83

Browse files
committed
add todo notes
1 parent 03e54f4 commit c34ca83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/models/github_badge.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# TODO: Refactor API Calls to Sidekiq Workers
2+
# TODO: Verify that GITHUB_ADMIN_USER is required, and can't be replaced with app based auth
3+
# TODO: Refactor/Reflow Error Handling, Don't rescue fail. Defer to sidekiq job auto retry
14
class GithubBadge
25
def initialize
36
@client = Octokit::Client.new(

0 commit comments

Comments
 (0)