1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

人生のタスクをGitHubで管理する

Last updated at Posted at 2022-10-28

GitHub には Projects という機能があり、
1つのリポジトリの中で複数のタスクをカンバン方式で管理することができる。
例えば、PyTorch だとこんな感じ
PyTorch_Projects.png
PyTorch_Board.png
この機能をToDoリストとして使ってみたい!と思い、やってみました

1. プロジェクトを作成

New project -> Board -> Create
をクリックしていくと、カンバン方式の View が表示される
new_project_0.jpg
new_project_1.jpg

2. プロジェクトにTodoを追加

Todo カラムの下の Add item をクリックすると入力フォームが表示されるので、任意のタスクを入力して追加する
タスクに着手したら、タスクをドラッグアンドドロップで In Progress に持っていく
タスクが完了したら、 Done に移動させる
task.gif

良い点

  • 各タスクにMarkdownでメモを残せる

微妙な点

  • スマホからだとタスクを横に移動できない

公式ドキュメント

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?