Skip to content
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

自動コード分割 & コミットサジェスト #55

Open
cocoide opened this issue Sep 10, 2023 · 2 comments
Open

自動コード分割 & コミットサジェスト #55

cocoide opened this issue Sep 10, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@cocoide
Copy link
Owner

cocoide commented Sep 10, 2023

Stagingされてるコードが多すぎるとき,コードを自動で分割するサジェストをして,それぞれ分けてコミットメッセージを考えてくれる

@cocoide cocoide added the enhancement New feature or request label Sep 10, 2023
@cocoide cocoide changed the title [新規機能]自動分割コミット 自動コード分割 & コミットサジェスト Sep 10, 2023
@cocoide
Copy link
Owner Author

cocoide commented Nov 6, 2023

コミット分割の設計案

  1. サーバーに送信するコードは一括にする
  2. グループをクライアント側で分割する
    → 手動で選択できるようにGUIを整備するのが手間
  3. グルーピングも自動化する

@mochi-yu
Copy link
Collaborator

mochi-yu commented Nov 6, 2023

  • そもそもコミット分割の必要性はどうなのかというところから
    • どこがこのサービスの主眼なのか
    • コミットを自動化したいというのがこのサービス主眼だから、コミット分割も自動化してくれたら嬉しい
  • 3番が良さそうに見える
    • ある程度手動でもグルーピングの修正をできるようにしたい
    • ただ、実現可能性を考えたときにどうするか。
    • 実現しやすいのは2番だが、手動でGUIで選択してもらうことになってしまう。それだと現状のステージ操作と変わらないのでは?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants