Reorganize GitHub modules
@begedin がすでに取り組んでいます。
2018年1月9日 から。
評価
この issue はまだ評価されていません。
説明
Problem
Much of the GitHub syncing can be reorganized as follows:
-
CommentSyncerandTaskSyncerneed to move out ofEvent; structure could be like:sync/issue/issue.exSync.Issue(main entry point for handling the syncing of an issue)sync/issue/body_parser.exSync.Issue.BodyParser(parses issue body)sync/issue/task/task.exSync.Issue.Task(syncs the issue to aTask)sync/issue/task/changeset.exSync.Issue.Task.Changeset(deals with changesets)sync/issue/github_issue/github_issue.exSync.Issue.GithubIssue(syncs the issue to aGithubIssue)- etc.
-
ChangesetBuilders- need to move out event to wherever syncing goes
-
mapcan be removed - naming needs to be rethought to reflect that these are changesets for Code Corps models (
Task,Comment, etc)
-
GithubRepoinstallation events need to havecommon/repo_finder(renamed torepo_linker) -
CommentDeleterneeds to move out ofEvent -
CommentDeleterneeds to deleteGithubComment -
ChangesetBuilders needcreate_andupdate_functions made public,build_fns removed, unit tests added - Replace instances of
find_or_initandcommitwith insert_or_update and find
- 主要言語
- Elixir
- スター
- 234
- フォーク
- 82
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
code-corps/code-corps-api のほかの issue
-
難易度 5/5 1週間以上 初心者へのやさしさ 15/100
code-corps/code-corps-api#1385 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 25/100
code-corps/code-corps-api#1384 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
code-corps/code-corps-api#1383 · コメント 2 件 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
code-corps/code-corps-api#1382 · コメント 2 件 ·
-
Difficulty: Medium Skill: Elixir Time: 4 hours
code-corps/code-corps-api#1372 · コメント 3 件 · 担当者 1 名 ·
code-corps/code-corps-api の issue をすべて見る
似ている issue
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
agentjido/jido_harness#80 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
sevenseacat/cinder#235 ·
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 85/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
phoenixframework/phoenix#6847 ·