-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
37 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
```mermaid | ||
flowchart TD | ||
B[かどで日記v4.0] | ||
B-->|類語付き検索機能|C[かどで日記v4.1] | ||
C-->|ネガポジ判定精度改善|D[かどで日記v4.2] | ||
D-->|統計生成の自動化|E[かどで日記v4.3] | ||
D-->|インフラ大幅変更|E | ||
E-->|閲覧アシスト機能|F[かどで日記v4.4] | ||
40[かどで日記v4.0] | ||
40-->|類語付き検索機能|41[かどで日記v4.1] | ||
41-->|ネガポジ判定精度改善|42[かどで日記v4.2] | ||
42-->|統計生成の自動化|43[かどで日記v4.3] | ||
43-->|インフラ大幅変|44 | ||
45-->|閲覧アシスト機能|46[かどで日記v4.4] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
```mermaid | ||
flowchart TD | ||
50[かどで日記v5.0] | ||
50-->|類語付き検索機能|51[かどで日記v5.1] | ||
51-->|ネガポジ判定精度改善|52[かどで日記v5.2] | ||
52-->|統計生成の自動化|53[かどで日記v5.3] | ||
52-->|インフラ大幅変更|53 | ||
53-->|閲覧アシスト機能|54[かどで日記v5.4] | ||
``` |